Merge pull request #29618 from overleaf/bg-allow-statx-call-in-clsi-seccomp

allow statx and openat2 syscalls in seccomp profile

GitOrigin-RevId: f7d3ae5bb5f2fedcc9e071d70f24baaf13be27f4
This commit is contained in:
Brian Gough
2025-11-11 09:12:14 +00:00
committed by Copybot
parent 61180224e1
commit 43c1ad2b5a

View File

@@ -443,6 +443,11 @@
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "openat2",
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "pause",
"action": "SCMP_ACT_ALLOW",
@@ -648,6 +653,11 @@
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "statx",
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "stat64",
"action": "SCMP_ACT_ALLOW",