fanotify_init.2: Add BUGS section, noting that event_f_flags is not checked

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Heinrich Schuchardt 2014-05-01 16:47:39 +02:00 committed by Michael Kerrisk
parent 22956293a2
commit 6448be7e7c
1 changed files with 12 additions and 0 deletions

View File

@ -208,6 +208,18 @@ was introduced in version 2.6.36 of the Linux kernel and enabled in version
2.6.37.
.SH "CONFORMING TO"
This system call is Linux-specific.
.SH BUGS
As of Linux 3.15,
the following bug exists:
.IP * 3
.\" FIXME: Patch proposed.
The value of argument
.I event_f_flags
is not checked.
Flags that are only for internal use,
like
.BR FMODE_EXEC ,
might be set.
.SH "SEE ALSO"
.BR fanotify_mark (2),
.BR fanotify (7)