From 15d3aa0cc59969423f9dcc9ee87a897c31f36e9d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 30 Sep 2020 22:25:55 +0200 Subject: [PATCH] seccomp_user_notif.2: srcfix: remove bogus FIXME Pathname arguments are limited to PATH_MAX bytes. Reported-by: Tycho Andersen Reported-by: Jann Horn Signed-off-by: Michael Kerrisk --- man2/seccomp_user_notif.2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/man2/seccomp_user_notif.2 b/man2/seccomp_user_notif.2 index a8fec2b82f..099d9b6c85 100644 --- a/man2/seccomp_user_notif.2 +++ b/man2/seccomp_user_notif.2 @@ -180,12 +180,6 @@ operation below.) In addition, the supervisor can access other system information that is visible in user space but which is not accessible from a seccomp filter. -.\" FIXME -.\" Suppose we are reading a pathname from /proc/PID/mem -.\" for a system call such as mkdir(). The pathname can be -.\" an arbitrary length. How do we know how much (how many -.\" pages) to read from /proc/PID/mem? -. .\"------------------------------------- .IP 7. Having obtained information as per the previous step, -- 2.47.2