diff --git a/etc/cewrapper/compilers-and-tools-win.json b/etc/cewrapper/compilers-and-tools-win.json index b0523c9eb..ef1c9ca5f 100644 --- a/etc/cewrapper/compilers-and-tools-win.json +++ b/etc/cewrapper/compilers-and-tools-win.json @@ -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": [] }