Fixed web-service startup error

This commit is contained in:
Alexey Pustovalov 2025-11-19 17:38:47 +09:00
parent 1df3eecbc4
commit a62928a46e

View File

@ -1530,6 +1530,16 @@
"name": "writev",
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "statx",
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "openat2",
"action": "SCMP_ACT_ALLOW",
"args": null
}
]
}