diff options
Diffstat (limited to 'include/uapi/linux/audit.h')
| -rw-r--r-- | include/uapi/linux/audit.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h index daa481729e9b..47e2be36d4b1 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h @@ -118,6 +118,8 @@  #define AUDIT_TIME_ADJNTPVAL	1333	/* NTP value adjustment */  #define AUDIT_BPF		1334	/* BPF subsystem */  #define AUDIT_EVENT_LISTENER	1335	/* Task joined multicast read socket */ +#define AUDIT_URINGOP		1336	/* io_uring operation */ +#define AUDIT_OPENAT2		1337	/* Record showing openat2 how args */  #define AUDIT_AVC		1400	/* SE Linux avc denial or grant */  #define AUDIT_SELINUX_ERR	1401	/* Internal SE Linux Errors */ @@ -166,8 +168,9 @@  #define AUDIT_FILTER_EXCLUDE	0x05	/* Apply rule before record creation */  #define AUDIT_FILTER_TYPE	AUDIT_FILTER_EXCLUDE /* obsolete misleading naming */  #define AUDIT_FILTER_FS		0x06	/* Apply rule at __audit_inode_child */ +#define AUDIT_FILTER_URING_EXIT	0x07	/* Apply rule at io_uring op exit */ -#define AUDIT_NR_FILTERS	7 +#define AUDIT_NR_FILTERS	8  #define AUDIT_FILTER_PREPEND	0x10	/* Prepend to front of list */ |