From ca7bd1cb630f1832b952d3ccea182e0b0704038b 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 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": [] } ] }