summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-04-17 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-04-28 08:00:00 +0000
commit2f58417a44d7fcf14e9803e9d0f19955e54ba853 (patch)
tree0bd960ae1e7200d509c19ce9f29523d338a25763
parent267b19178e2d4a31fc54624ff99c5c9218134c81 (diff)
downloadstrace-2f58417a44d7fcf14e9803e9d0f19955e54ba853.tar.gz
xlat: update F_SEAL_* constants
* xlat/f_seals.in (F_SEAL_EXEC): New constant introduced by Linux kernel commit v6.3-rc1~113^2~504. * NEWS: Mention this.
-rw-r--r--NEWS1
-rw-r--r--src/xlat/f_seals.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba4d6a83f..fde1fe525 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Noteworthy changes in release ?.? (????-??-??)
that operate on the specified set of file descriptors.
* Implemented -l/--syscall-limit option to automatically detach tracees
after capturing the specified number of syscalls.
+ * Updated lists of F_SEAL_* constants.
* Updated lists of ioctl commands from Linux 6.3.
Noteworthy changes in release 6.2 (2023-02-26)
diff --git a/src/xlat/f_seals.in b/src/xlat/f_seals.in
index 979af5463..94320d263 100644
--- a/src/xlat/f_seals.in
+++ b/src/xlat/f_seals.in
@@ -4,3 +4,4 @@ F_SEAL_SHRINK
F_SEAL_GROW
F_SEAL_WRITE
F_SEAL_FUTURE_WRITE
+F_SEAL_EXEC