Merge pull request #3111 from thaJeztah/whitelist_statx

seccomp: whitelist statx syscall
This commit is contained in:
Michael Crosby 2019-03-20 10:48:18 -05:00 committed by GitHub
commit 9bd6b0932e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,6 +320,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"stat64",
"statfs",
"statfs64",
"statx",
"symlink",
"symlinkat",
"sync",