From: Michael Kerrisk Date: Wed, 30 Sep 2020 20:25:55 +0000 (+0200) Subject: seccomp_user_notif.2: srcfix: remove bogus FIXME X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d3aa0cc59969423f9dcc9ee87a897c31f36e9d;p=thirdparty%2Fman-pages.git 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 --- 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,