Skip to content

Commit 8f8fd3c

Browse files
committed
seccomp: whitelist statx syscall
This whitelists the statx syscall; libseccomp-2.3.3 or up is needed for this, older seccomp versions will ignore this. Equivalent of moby/moby#36417 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9ab4c8c commit 8f8fd3c

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)