mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
try to allow nul
This commit is contained in:
@@ -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": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user