Browse code

Whitelist statx syscall for libseccomp-2.3.3 onward

Older seccomp versions will ignore this.

Signed-off-by: NobodyOnSE <ich@sektor.selfip.com>

NobodyOnSE authored on 2018/02/27 05:25:55
Showing 2 changed files
... ...
@@ -322,6 +322,7 @@
322 322
 				"stat64",
323 323
 				"statfs",
324 324
 				"statfs64",
325
+				"statx",
325 326
 				"symlink",
326 327
 				"symlinkat",
327 328
 				"sync",
... ...
@@ -315,6 +315,7 @@ func DefaultProfile() *types.Seccomp {
315 315
 				"stat64",
316 316
 				"statfs",
317 317
 				"statfs64",
318
+				"statx",
318 319
 				"symlink",
319 320
 				"symlinkat",
320 321
 				"sync",