summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-01-07 08:02:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-01-07 08:02:00 +0000
commit76df1fc9ae3f7cf75fbda96e7f5c8b2b6ddcf6c1 (patch)
tree9dd1f42980ab6984f47cf8bf5f4b8455b4deab8c
parent95523cd3041ef706e985862e78c58bb67614bd79 (diff)
downloadstrace-76df1fc9ae3f7cf75fbda96e7f5c8b2b6ddcf6c1.tar.gz
xlat: update AUDIT_* constants
* xlat/nl_audit_types.in (AUDIT_URINGOP): New constant introduced by Linux kernel commit v5.16-rc1~162^2~18. (AUDIT_OPENAT2): New constant introduced by Linux kernel commit v5.16-rc1~161^2~1. (AUDIT_DM_CTRL, AUDIT_DM_EVENT): New constants introduced by Linux kernel commit v5.16-rc1~77^2~12. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/nl_audit_types.in4
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99999184d..c5619caf8 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Enhanced decoding of BPF_MAP_CREATE, BPF_PROG_TEST_RUN, and BPF_PROG_LOAD
bpf syscall commands.
* Enhanced decoding of BTRFS_IOC_FS_INFO ioctl command.
- * Updated lists of BPF_*, BTRFS_*, and SO_* constants.
+ * Updated lists of AUDIT_*, BPF_*, BTRFS_*, and SO_* constants.
* Updated lists of ioctl commands from Linux 5.16.
* Bug fixes
diff --git a/src/xlat/nl_audit_types.in b/src/xlat/nl_audit_types.in
index 109bc6364..3033db557 100644
--- a/src/xlat/nl_audit_types.in
+++ b/src/xlat/nl_audit_types.in
@@ -81,6 +81,10 @@ AUDIT_TIME_INJOFFSET 1332
AUDIT_TIME_ADJNTPVAL 1333
AUDIT_BPF 1334
AUDIT_EVENT_LISTENER 1335
+AUDIT_URINGOP 1336
+AUDIT_OPENAT2 1337
+AUDIT_DM_CTRL 1338
+AUDIT_DM_EVENT 1339
AUDIT_AVC 1400
AUDIT_SELINUX_ERR 1401