fanotify_init (2) Linux Manual Page
NAME fanotify_init – create and initialize fanotify group SYNOPSIS #include <fcntl.h> #include <sys/fanotify.h> int fanotify_init(unsigned int flags, unsigned int event_f_flags); DESCRIPTION For an overview of the fanotify API, see fanotify(7). fanotify_init() initializes a new fanotify group and returns a file descriptor for the event queue associated with the group. The file descriptor is used in…
