Merge pull request #4481 from tao12345666333/add-openat2-syscall
seccomp: add `openat2` and `faccessat2` syscall.
This commit is contained in:
commit
09cab88da4
@ -93,6 +93,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
||||
"exit",
|
||||
"exit_group",
|
||||
"faccessat",
|
||||
"faccessat2",
|
||||
"fadvise64",
|
||||
"fadvise64_64",
|
||||
"fallocate",
|
||||
@ -224,6 +225,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
||||
"_newselect",
|
||||
"open",
|
||||
"openat",
|
||||
"openat2",
|
||||
"pause",
|
||||
"pipe",
|
||||
"pipe2",
|
||||
|
Loading…
Reference in New Issue
Block a user