mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add faccessat2 to default seccomp profile.
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
b8988c8475
commit
a18139111d
2 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@
|
|||
"exit",
|
||||
"exit_group",
|
||||
"faccessat",
|
||||
"faccessat2",
|
||||
"fadvise64",
|
||||
"fadvise64_64",
|
||||
"fallocate",
|
||||
|
|
|
@ -87,6 +87,7 @@ func DefaultProfile() *types.Seccomp {
|
|||
"exit",
|
||||
"exit_group",
|
||||
"faccessat",
|
||||
"faccessat2",
|
||||
"fadvise64",
|
||||
"fadvise64_64",
|
||||
"fallocate",
|
||||
|
|
Loading…
Reference in a new issue