1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add openat2 to default seccomp profile.

follow up to https://github.com/moby/moby/pull/41344#discussion_r469919978

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang 2020-08-16 15:58:57 +08:00
parent 0906c7fae9
commit b8988c8475
2 changed files with 2 additions and 0 deletions

View file

@ -229,6 +229,7 @@
"_newselect",
"open",
"openat",
"openat2",
"pause",
"pipe",
"pipe2",

View file

@ -222,6 +222,7 @@ func DefaultProfile() *types.Seccomp {
"_newselect",
"open",
"openat",
"openat2",
"pause",
"pipe",
"pipe2",