Skip to content

Commit b8988c8

Browse files
Add openat2 to default seccomp profile.
follow up to moby#41344 (comment) Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 0906c7f commit b8988c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

profiles/seccomp/default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"_newselect",
230230
"open",
231231
"openat",
232+
"openat2",
232233
"pause",
233234
"pipe",
234235
"pipe2",

profiles/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ func DefaultProfile() *types.Seccomp {
222222
"_newselect",
223223
"open",
224224
"openat",
225+
"openat2",
225226
"pause",
226227
"pipe",
227228
"pipe2",

0 commit comments

Comments
 (0)