aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/landlock.txt.const
diff options
context:
space:
mode:
authorMickaël Salaün <mic@linux.microsoft.com>2023-12-14 12:06:20 +0100
committerAleksandr Nogikh <nogikh@google.com>2023-12-18 16:15:07 +0000
commit6d8a48b8d86cd8f81373c1f2cd36a4a6f783d8d8 (patch)
tree5d5d078bdfd34910d1f1872a36884496848c227b /sys/linux/landlock.txt.const
parentb455167d16775e043bcb382a6281082ff0b86a6f (diff)
sys/linux: add the Landlock IOCTL access right
Add the new LANDLOCK_ACCESS_FS_IOCTL right. Sort access rights according to their value to ease tracking of new access rights. Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
Diffstat (limited to 'sys/linux/landlock.txt.const')
-rw-r--r--sys/linux/landlock.txt.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/landlock.txt.const b/sys/linux/landlock.txt.const
index 3c09a0589..f305e078a 100644
--- a/sys/linux/landlock.txt.const
+++ b/sys/linux/landlock.txt.const
@@ -1,6 +1,7 @@
# Code generated by syz-sysgen. DO NOT EDIT.
arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x
LANDLOCK_ACCESS_FS_EXECUTE = 1
+LANDLOCK_ACCESS_FS_IOCTL = 32768
LANDLOCK_ACCESS_FS_MAKE_BLOCK = 2048
LANDLOCK_ACCESS_FS_MAKE_CHAR = 64
LANDLOCK_ACCESS_FS_MAKE_DIR = 128