seccomp: add faccessat2 syscall.

related to https://patchwork.kernel.org/patch/11545287/

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
(cherry picked from commit 6a915a1453)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Jintao Zhang
2020-08-17 21:48:21 +08:00
committed by Sebastiaan van Stijn
parent 8bd2becea2
commit 1575c88cc4

View File

@@ -94,6 +94,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"exit",
"exit_group",
"faccessat",
"faccessat2",
"fadvise64",
"fadvise64_64",
"fallocate",