diff options
| author | 2021-02-03 19:55:12 +0000 | |
|---|---|---|
| committer | 2021-02-03 19:55:12 +0000 | |
| commit | 9dac45eb5fbb8e0613f99fe8328f3a14aace6538 (patch) | |
| tree | f406ec54b7279173e18e1a402d8676a852b11d26 | |
| parent | Dynamically create parent cgroups for nsjail (diff) | |
Remove cgroup parent constants from config file
Diffstat (limited to '')
| -rw-r--r-- | config/snekbox.cfg | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/config/snekbox.cfg b/config/snekbox.cfg index aa39059..257b5ca 100644 --- a/config/snekbox.cfg +++ b/config/snekbox.cfg @@ -105,11 +105,9 @@ mount {  cgroup_mem_max: 52428800  cgroup_mem_mount: "/sys/fs/cgroup/memory" -cgroup_mem_parent: "NSJAIL"  cgroup_pids_max: 1  cgroup_pids_mount: "/sys/fs/cgroup/pids" -cgroup_pids_parent: "NSJAIL"  iface_no_lo: true | 
