Skip to content

Commit 9bd6b09

Browse files
Merge pull request #3111 from thaJeztah/whitelist_statx
seccomp: whitelist statx syscall
2 parents 9ab4c8c + 8f8fd3c commit 9bd6b09

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
@@ -320,6 +320,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
320320
"stat64",
321321
"statfs",
322322
"statfs64",
323+
"statx",
323324
"symlink",
324325
"symlinkat",
325326
"sync",

0 commit comments

Comments
 (0)