]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp_user_notif.2: srcfix: remove bogus FIXME
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 30 Sep 2020 20:25:55 +0000 (22:25 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Oct 2020 21:08:30 +0000 (22:08 +0100)
Pathname arguments are limited to PATH_MAX bytes.

Reported-by: Tycho Andersen <tycho@tycho.pizza>
Reported-by: Jann Horn <jannh@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp_user_notif.2

index a8fec2b82f99b51217a9e973c7996cc3bec03a61..099d9b6c8530904246200fac264b019ab6d216b3 100644 (file)
@@ -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,