File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 55
55
#define FS_OPEN_PERM 0x00010000 /* open event in an permission hook */
56
56
#define FS_ACCESS_PERM 0x00020000 /* access event in a permissions hook */
57
57
#define FS_OPEN_EXEC_PERM 0x00040000 /* open/exec event in a permission hook */
58
+ /* #define FS_DIR_MODIFY 0x00080000 */ /* Deprecated (reserved) */
58
59
59
60
/*
60
61
* Set on inode mark that cares about things that happen to its children.
Original file line number Diff line number Diff line change 25
25
#define FAN_OPEN_PERM 0x00010000 /* File open in perm check */
26
26
#define FAN_ACCESS_PERM 0x00020000 /* File accessed in perm check */
27
27
#define FAN_OPEN_EXEC_PERM 0x00040000 /* File open/exec in perm check */
28
+ /* #define FAN_DIR_MODIFY 0x00080000 */ /* Deprecated (reserved) */
28
29
29
30
#define FAN_EVENT_ON_CHILD 0x08000000 /* Interested in child events */
30
31
You can’t perform that action at this time.
0 commit comments