Skip to content

Commit cdc2fe6

Browse files
Merge pull request #3112 from thaJeztah/1.1_backport_whitelist_statx
[release/1.1 backport] seccomp: whitelist statx syscall
2 parents 8f6bcb2 + 03d129b commit cdc2fe6

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)