1
0
Fork 0
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:
Jintao Zhang 2020-08-17 21:13:03 +08:00
parent b8988c8475
commit a18139111d
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@
"exit",
"exit_group",
"faccessat",
"faccessat2",
"fadvise64",
"fadvise64_64",
"fallocate",

View file

@ -87,6 +87,7 @@ func DefaultProfile() *types.Seccomp {
"exit",
"exit_group",
"faccessat",
"faccessat2",
"fadvise64",
"fadvise64_64",
"fallocate",