try to allow nul

This commit is contained in:
Partouf
2025-10-11 18:50:53 +02:00
parent 668bdb8ab1
commit 030cb17b9a

View File

@@ -1,7 +1,12 @@
{ {
"use_appcontainer": false, "use_appcontainer": true,
"pids_max": 72, "pids_max": 72,
"mem_max": 1342177280, "mem_max": 1342177280,
"allowed_paths": [], "allowed_paths": [
{
"path": "NUL",
"rw": true
}
],
"allowed_registry": [] "allowed_registry": []
} }