Skip to content

Commit 8db8957

Browse files
authored
Merge pull request #744 from CooperLi/master
Add syscall "statx" in seccomp to fix Operation not permitted
2 parents 7e2d60f + 8927281 commit 8db8957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ func DefaultProfile(rs *specs.Spec) *rspec.LinuxSeccomp {
303303
"stat64",
304304
"statfs",
305305
"statfs64",
306+
"statx",
306307
"symlink",
307308
"symlinkat",
308309
"sync",

0 commit comments

Comments
 (0)