Whitelist statx syscall for libseccomp-2.3.3 onward

Older seccomp versions will ignore this.

Signed-off-by: NobodyOnSE <ich@sektor.selfip.com>
This commit is contained in:
NobodyOnSE 2018-02-26 21:25:55 +01:00
parent 00c1c604d0
commit b2a907c8ca
2 changed files with 2 additions and 0 deletions

View File

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

View File

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