aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index d4e0cf880..aa3f54183 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -253,6 +253,8 @@ const call_t syscalls[] = {
{"bind$inet6", 104},
{"bind$unix", 104},
{"chdir", 12},
+ {"chflags", 34},
+ {"chflagsat", 540},
{"chmod", 15},
{"chown", 16},
{"chroot", 61},
@@ -272,6 +274,7 @@ const call_t syscalls[] = {
{"exit", 1},
{"faccessat", 489},
{"fchdir", 13},
+ {"fchflags", 35},
{"fchmod", 124},
{"fchmodat", 490},
{"fchown", 123},
@@ -482,6 +485,7 @@ const call_t syscalls[] = {
{"ioctl$DIOCXBEGIN", 54},
{"ioctl$DIOCXCOMMIT", 54},
{"ioctl$DIOCXROLLBACK", 54},
+ {"lchflags", 391},
{"lchmod", 274},
{"lchown", 254},
{"link", 9},
@@ -759,6 +763,8 @@ const call_t syscalls[] = {
{"bind$inet6", 104},
{"bind$unix", 104},
{"chdir", 12},
+ {"chflags", 34},
+ {"chflagsat", 540},
{"chmod", 15},
{"chown", 16},
{"chroot", 61},
@@ -778,6 +784,7 @@ const call_t syscalls[] = {
{"exit", 1},
{"faccessat", 489},
{"fchdir", 13},
+ {"fchflags", 35},
{"fchmod", 124},
{"fchmodat", 490},
{"fchown", 123},
@@ -988,6 +995,7 @@ const call_t syscalls[] = {
{"ioctl$DIOCXBEGIN", 54},
{"ioctl$DIOCXCOMMIT", 54},
{"ioctl$DIOCXROLLBACK", 54},
+ {"lchflags", 391},
{"lchmod", 274},
{"lchown", 254},
{"link", 9},