]> mj.ucw.cz Git - moe.git/blobdiff - default.cfg
Isolate: Directory rules can have flags
[moe.git] / default.cfg
index 7df097815229b9b3214701b31a64921100917894..b9ca7b177da47d842563004b655121621ea26c13 100644 (file)
@@ -11,6 +11,11 @@ Set("CONFIG_MOP" => 1);
 Set("CONFIG_BOX_KERNEL_AMD64" => 1);
 #Set("CONFIG_BOX_USER_AMD64" => 1);
 
+# Hard-coded configuration parameters of the process isolator
+Set("CONFIG_ISOLATE_BOX_DIR", "/tmp/box");
+Set("CONFIG_ISOLATE_BOX_UID", 60000);
+Set("CONFIG_ISOLATE_BOX_GID", 60000);
+
 # Settings of libucw
 UnSet("CONFIG_SHARED");
 UnSet("CONFIG_UCW_THREADS");