diff --git a/services/clsi/seccomp/clsi-profile.json b/services/clsi/seccomp/clsi-profile.json index 528cd70703..f682d12ac2 100644 --- a/services/clsi/seccomp/clsi-profile.json +++ b/services/clsi/seccomp/clsi-profile.json @@ -857,6 +857,21 @@ "name": "poll", "action": "SCMP_ACT_ALLOW", "args": [] + }, + { + "name": "openat2", + "action": "SCMP_ACT_ALLOW", + "args": [] + }, + { + "name": "statx", + "action": "SCMP_ACT_ALLOW", + "args": [] + }, + { + "name": "clone3", + "action": "SCMP_ACT_ALLOW", + "args": [] } ] }