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:
parent
0906c7fae9
commit
b8988c8475
2 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,7 @@
|
|||
"_newselect",
|
||||
"open",
|
||||
"openat",
|
||||
"openat2",
|
||||
"pause",
|
||||
"pipe",
|
||||
"pipe2",
|
||||
|
|
|
@ -222,6 +222,7 @@ func DefaultProfile() *types.Seccomp {
|
|||
"_newselect",
|
||||
"open",
|
||||
"openat",
|
||||
"openat2",
|
||||
"pause",
|
||||
"pipe",
|
||||
"pipe2",
|
||||
|
|
Loading…
Add table
Reference in a new issue