Skip to content

Commit 1575c88

Browse files
tao12345666333thaJeztah
authored andcommitted
seccomp: add faccessat2 syscall.
related to https://patchwork.kernel.org/patch/11545287/ Signed-off-by: Jintao Zhang <[email protected]> (cherry picked from commit 6a915a1) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8bd2bec commit 1575c88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
9494
"exit",
9595
"exit_group",
9696
"faccessat",
97+
"faccessat2",
9798
"fadvise64",
9899
"fadvise64_64",
99100
"fallocate",

0 commit comments

Comments
 (0)