diff options
| author | 2021-02-25 11:16:15 +0100 | |
|---|---|---|
| committer | 2021-02-25 11:16:15 +0100 | |
| commit | af704c1cdebbfdd94972b0468cd069172cba7013 (patch) | |
| tree | 252eebb614063f16cb7c1fb2c070a8de635ce8d9 /config | |
| parent | Merge PR #92 - replace shell scripts with Python scripts (diff) | |
| parent | Merge branch 'master' into dynamic-parent-cgroups (diff) | |
Merge pull request #91 from python-discord/dynamic-parent-cgroups
Dynamically create parent cgroups
Diffstat (limited to 'config')
| -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 |