Skip to content

Commit

Permalink
Merge pull request #4481 from tao12345666333/add-openat2-syscall
Browse files Browse the repository at this point in the history
seccomp: add `openat2` and `faccessat2` syscall.
  • Loading branch information
AkihiroSuda committed Aug 22, 2020
2 parents 412378f + 6a915a1 commit 09cab88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/seccomp/seccomp_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"exit",
"exit_group",
"faccessat",
"faccessat2",
"fadvise64",
"fadvise64_64",
"fallocate",
Expand Down Expand Up @@ -224,6 +225,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"_newselect",
"open",
"openat",
"openat2",
"pause",
"pipe",
"pipe2",
Expand Down

0 comments on commit 09cab88

Please sign in to comment.