diff --git a/profiles/seccomp/default.json b/profiles/seccomp/default.json index 38467c7bed..5717c00cde 100755 --- a/profiles/seccomp/default.json +++ b/profiles/seccomp/default.json @@ -322,6 +322,7 @@ "stat64", "statfs", "statfs64", + "statx", "symlink", "symlinkat", "sync", diff --git a/profiles/seccomp/seccomp_default.go b/profiles/seccomp/seccomp_default.go index 9deab38e17..be29aa4f70 100644 --- a/profiles/seccomp/seccomp_default.go +++ b/profiles/seccomp/seccomp_default.go @@ -315,6 +315,7 @@ func DefaultProfile() *types.Seccomp { "stat64", "statfs", "statfs64", + "statx", "symlink", "symlinkat", "sync",