mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
try to allow nul
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"use_appcontainer": false,
|
||||
"use_appcontainer": true,
|
||||
"pids_max": 72,
|
||||
"mem_max": 1342177280,
|
||||
"allowed_paths": [],
|
||||
"allowed_paths": [
|
||||
{
|
||||
"path": "NUL",
|
||||
"rw": true
|
||||
}
|
||||
],
|
||||
"allowed_registry": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user