seccomp: add openat2
syscall.
related to https://patchwork.kernel.org/patch/11167585/ Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
298f43663a
commit
e28e55f455
@ -224,6 +224,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
||||
"_newselect",
|
||||
"open",
|
||||
"openat",
|
||||
"openat2",
|
||||
"pause",
|
||||
"pipe",
|
||||
"pipe2",
|
||||
|
Loading…
Reference in New Issue
Block a user