Skip to content
Commit 80af2588 authored by Eric Paris's avatar Eric Paris
Browse files

fanotify: groups can specify their f_flags for new fd



Currently fanotify fds opened for thier listeners are done with f_flags
equal to O_RDONLY | O_LARGEFILE.  This patch instead takes f_flags from the
fanotify_init syscall and uses those when opening files in the context of
the listener.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent 20dee624
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment