We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 412378f + 6a915a1 commit 09cab88Copy full SHA for 09cab88
1 file changed
contrib/seccomp/seccomp_default.go
@@ -93,6 +93,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
93
"exit",
94
"exit_group",
95
"faccessat",
96
+ "faccessat2",
97
"fadvise64",
98
"fadvise64_64",
99
"fallocate",
@@ -224,6 +225,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
224
225
"_newselect",
226
"open",
227
"openat",
228
+ "openat2",
229
"pause",
230
"pipe",
231
"pipe2",
0 commit comments