From e3192dee6d448d2e0beb89c5be5f7d9dd12a0141 Mon Sep 17 00:00:00 2001 From: yu-i-i Date: Tue, 11 Nov 2025 03:07:27 +0100 Subject: [PATCH] Sandboxed compiles: adjust `clsi-profile` --- services/clsi/seccomp/clsi-profile.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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": [] } ] }