aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-02-05 12:20:54 -0800
committerGravatar GitHub <[email protected]>2020-02-05 12:20:54 -0800
commit504a6b9af1bafe87ea093f235562fb8af55ea406 (patch)
tree4a8ccf9f7be27b110bea9558030e402aea43c9b0 /README.md
parentUpdate CODEOWNERS (diff)
parentMerge branch 'master' into proper-chroot (diff)
Merge pull request #55 from python-discord/proper-chroot
Configure a proper chroot jail for NsJail
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f1fcac5..bbb8d64 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ result <- | |<----------| | <----------+
The code is executed in a Python process that is launched through [NsJail](https://github.com/google/nsjail), which is responsible for sandboxing the Python process. NsJail is configured as follows:
-* Root directory is mounted as read-only
-* Time limit of 2 seconds
+* All mounts are read-only
+* Time limit of 5 seconds
* Maximum of 1 PID
* Maximum memory of 52428800 bytes
* Loopback interface is down