Add missing syscalls in fine-grained profile of seccomp tutorial
parent
63c3ee3a1e
commit
b189e2087e
|
@ -57,7 +57,11 @@
|
|||
"sendto",
|
||||
"set_tid_address",
|
||||
"setitimer",
|
||||
"writev"
|
||||
"writev",
|
||||
"fstatfs",
|
||||
"getdents64",
|
||||
"pipe2",
|
||||
"getrlimit"
|
||||
],
|
||||
"action": "SCMP_ACT_ALLOW"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue