seccomp_unotify.2: srcfix: remove bogus FIXME

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>
This commit is contained in:
Michael Kerrisk 2020-09-30 22:25:55 +02:00
parent 391194cd52
commit 72a8602617
1 changed files with 0 additions and 6 deletions

View 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,