]> mj.ucw.cz Git - moe.git/blob - default.cfg
Isolate: First attempts at documentation
[moe.git] / default.cfg
1 # Default configuration file for MO-Eval
2
3 # Compile the submit server
4 Set("CONFIG_SUBMIT" => 1);
5
6 # Build MO-P contest environment
7 Set("CONFIG_MOP" => 1);
8
9 # If you are running a 64-bit Linux kernel, you need to build a 64-bit
10 # sandbox and decide whether your userspace is 32- or 64-bit.
11 Set("CONFIG_BOX_KERNEL_AMD64" => 1);
12 #Set("CONFIG_BOX_USER_AMD64" => 1);
13
14 # Hard-coded configuration parameters of the process isolator
15 Set("CONFIG_ISOLATE_BOX_DIR", "/tmp/box");
16 Set("CONFIG_ISOLATE_BOX_UID", 60000);
17 Set("CONFIG_ISOLATE_BOX_GID", 60000);
18
19 # Settings of libucw
20 UnSet("CONFIG_SHARED");
21 UnSet("CONFIG_UCW_THREADS");
22 UnSet("CONFIG_UCW_UTILS");
23 UnSet("CONFIG_UCW_UTILS");
24 Set("CONFIG_LOCAL");
25 Set("CONFIG_DIR", "cf");
26
27 # Return success
28 1;