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",