Skip to content

Commit b189e20

Browse files
committed
Add missing syscalls in fine-grained profile of seccomp tutorial
1 parent 63c3ee3 commit b189e20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/examples/pods/security/seccomp/profiles/fine-grained.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@
5757
"sendto",
5858
"set_tid_address",
5959
"setitimer",
60-
"writev"
60+
"writev",
61+
"fstatfs",
62+
"getdents64",
63+
"pipe2",
64+
"getrlimit"
6165
],
6266
"action": "SCMP_ACT_ALLOW"
6367
}

0 commit comments

Comments
 (0)