Explorar o código

Merge pull request #36417 from NobodyOnSE/patch-2

Whitelist statx syscall
Sebastiaan van Stijn %!s(int64=7) %!d(string=hai) anos
pai
achega
f0694e968f
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      profiles/seccomp/default.json
  2. 1 0
      profiles/seccomp/seccomp_default.go

+ 1 - 0
profiles/seccomp/default.json

@@ -322,6 +322,7 @@
 				"stat64",
 				"statfs",
 				"statfs64",
+				"statx",
 				"symlink",
 				"symlinkat",
 				"sync",

+ 1 - 0
profiles/seccomp/seccomp_default.go

@@ -315,6 +315,7 @@ func DefaultProfile() *types.Seccomp {
 				"stat64",
 				"statfs",
 				"statfs64",
+				"statx",
 				"symlink",
 				"symlinkat",
 				"sync",