Add missing syscalls in fine-grained profile of seccomp tutorial

pull/45460/head
HarkuLi 2024-03-07 17:37:29 +08:00
parent 63c3ee3a1e
commit b189e2087e
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,11 @@
"sendto",
"set_tid_address",
"setitimer",
"writev"
"writev",
"fstatfs",
"getdents64",
"pipe2",
"getrlimit"
],
"action": "SCMP_ACT_ALLOW"
}