Sandboxed compiles: adjust clsi-profile

This commit is contained in:
yu-i-i
2025-11-11 03:07:27 +01:00
parent 3ef0ab7b4f
commit ca7bd1cb63

View File

@@ -842,6 +842,21 @@
"name": "poll", "name": "poll",
"action": "SCMP_ACT_ALLOW", "action": "SCMP_ACT_ALLOW",
"args": [] "args": []
},
{
"name": "openat2",
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "statx",
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "clone3",
"action": "SCMP_ACT_ALLOW",
"args": []
} }
] ]
} }