diff --git a/profiles/seccomp/default.json b/profiles/seccomp/default.json index 4b26dbae60..40ec582af0 100644 --- a/profiles/seccomp/default.json +++ b/profiles/seccomp/default.json @@ -110,6 +110,7 @@ "fchdir", "fchmod", "fchmodat", + "fchmodat2", "fchown", "fchown32", "fchownat", diff --git a/profiles/seccomp/default_linux.go b/profiles/seccomp/default_linux.go index 01d71c7941..6e94ab024b 100644 --- a/profiles/seccomp/default_linux.go +++ b/profiles/seccomp/default_linux.go @@ -102,6 +102,7 @@ func DefaultProfile() *Seccomp { "fchdir", "fchmod", "fchmodat", + "fchmodat2", // kernel v6.6, libseccomp v2.5.5 "fchown", "fchown32", "fchownat",