Skip to content

Commit bdb3ce2

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 44633cf commit bdb3ce2

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
@@ -89,6 +89,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
8989
"exit",
9090
"exit_group",
9191
"faccessat",
92+
"faccessat2",
9293
"fadvise64",
9394
"fadvise64_64",
9495
"fallocate",

0 commit comments

Comments
 (0)