Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-starfive.git] / include / uapi / linux / audit.h
index 809e4c2..9176a09 100644 (file)
 #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_DM_CTRL          1338    /* Device Mapper target control */
 #define AUDIT_DM_EVENT         1339    /* Device Mapper events */
 
 #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 */