Skip to content

Commit f17457d

Browse files
authored
Merge pull request #51781 from dkarczmarski/zh-cn-sync-45460
[zh-cn] sync with PR 45460
2 parents ba88919 + fd57be8 commit f17457d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/zh-cn/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)