diff options
author | 2022-11-28 12:45:33 +0800 | |
---|---|---|
committer | 2022-11-28 12:45:33 +0800 | |
commit | 15e8df09356d53639dbe50034b82b1356dda6af8 (patch) | |
tree | a85fd7996e167d83f852a1d22639aade509f6897 /config | |
parent | Fix input append to args (diff) |
Move rlimit_fsize to cfg
Diffstat (limited to 'config')
-rw-r--r-- | config/snekbox.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snekbox.cfg b/config/snekbox.cfg index 5434ff7..b821df3 100644 --- a/config/snekbox.cfg +++ b/config/snekbox.cfg @@ -21,6 +21,7 @@ envar: "HOME=home" keep_caps: false rlimit_as: 700 +rlimit_fsize_type: INF clone_newnet: true clone_newuser: true |