diff --git a/services/clsi/seccomp/clsi-profile.json b/services/clsi/seccomp/clsi-profile.json index ad95130f76..4366d490cc 100644 --- a/services/clsi/seccomp/clsi-profile.json +++ b/services/clsi/seccomp/clsi-profile.json @@ -842,6 +842,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": [] } ] }