b7d8794dbf
* xlat/fan_init_flags.in (FAN_ENABLE_AUDIT): New constant, introduced by Linux commit v4.15-rc1~130^2^2~11. * tests/fanotify_init.c: Update expected output.
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
FAN_CLOEXEC 0x00000001
|
|
FAN_NONBLOCK 0x00000002
|
|
FAN_UNLIMITED_QUEUE 0x00000010
|
|
FAN_UNLIMITED_MARKS 0x00000020
|
|
FAN_ENABLE_AUDIT 0x00000040
|