Struct naughtyfy::structs::fanotify_response
source · Expand description
It is used to control file access.
Fields§
§fd: __s32This is the file descriptor from the structure fanotify_event_metadata.
response: __u32This field indicates whether or not the permission is to
be granted. Its value must be either crate::flags::FAN_ALLOW to allow
the file operation or crate::flags::FAN_DENY to deny the file operation.