aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-12-04 12:00:19 +0800
committerGravatar GitHub <[email protected]>2022-12-04 12:00:19 +0800
commit48c98eb63ecf369caaf20227cc79d5ab72c7505f (patch)
tree4742c9bd4de435a97f86a78ee8ad32b8d2367eb0
parentAdd null byte schema validation tests (diff)
Update README punctuation
Co-authored-by: Mark <[email protected]>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d37d7a0..10549e9 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ NsJail is configured through [`snekbox.cfg`]. It contains the exact values for t
### Memory File System
-On each execution, the host will mount an instance-specific `tmpfs` drive, this is used as a limited read-write folder for the sandboxed code. There is no access to other files or directories on the host container beyond the other read-only mounted system folders. Instance file systems are isolated, it is not possible for sandboxed code to access another instance's writeable directory.
+On each execution, the host will mount an instance-specific `tmpfs` drive, this is used as a limited read-write folder for the sandboxed code. There is no access to other files or directories on the host container beyond the other read-only mounted system folders. Instance file systems are isolated; it is not possible for sandboxed code to access another instance's writeable directory.
The following options for the memory file system are configurable as options in [gunicorn.conf.py](config/gunicorn.conf.py)