Constant FANOTIFY_ADMIN_INIT_FLAGS
pub const FANOTIFY_ADMIN_INIT_FLAGS: u32 = _; // 444u32
Available on crate feature
dep_nc
only.Expand description
fanotify_init()
flags that require CAP_SYS_ADMIN
.
We do not allow unprivileged groups to request permission events. We do not allow unprivileged groups to get other process pid in events. We do not allow unprivileged groups to use unlimited resources.