Skip to content

Commit 291e3bf

Browse files
authored
Merge pull request #45460 from HarkuLi/fix/tutorial-seccomp
Add missing syscalls in fine-grained profile of seccomp tutorial
2 parents f48e66c + b189e20 commit 291e3bf

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)