diff options
Diffstat (limited to 'include/linux/fanotify.h')
-rw-r--r-- | include/linux/fanotify.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fanotify.h b/include/linux/fanotify.h index 02f80676c238..f0949a57ca9d 100644 --- a/include/linux/fanotify.h +++ b/include/linux/fanotify.h | |||
@@ -75,6 +75,11 @@ struct fanotify_event_metadata { | |||
75 | __s64 pid; | 75 | __s64 pid; |
76 | } __attribute__ ((packed)); | 76 | } __attribute__ ((packed)); |
77 | 77 | ||
78 | struct fanotify_response { | ||
79 | __s32 fd; | ||
80 | __u32 response; | ||
81 | } __attribute__ ((packed)); | ||
82 | |||
78 | /* Legit userspace responses to a _PERM event */ | 83 | /* Legit userspace responses to a _PERM event */ |
79 | #define FAN_ALLOW 0x01 | 84 | #define FAN_ALLOW 0x01 |
80 | #define FAN_DENY 0x02 | 85 | #define FAN_DENY 0x02 |