Skip to content

Commit 44633cf

Browse files
tao12345666333thaJeztah
authored andcommitted
seccomp: add openat2 syscall.
related to https://patchwork.kernel.org/patch/11167585/ Signed-off-by: Jintao Zhang <[email protected]> (cherry picked from commit e28e55f) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8d67174 commit 44633cf

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
@@ -216,6 +216,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
216216
"_newselect",
217217
"open",
218218
"openat",
219+
"openat2",
219220
"pause",
220221
"pipe",
221222
"pipe2",

0 commit comments

Comments
 (0)