diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-25 10:36:21 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-25 10:36:21 +0000 |
commit | 0b00962d37a60c5fb7ab444ddcb8a25dec8754f8 (patch) | |
tree | e72057f56d9ffa1a75006fd885c781ef11c74c93 /README.md | |
parent | 145ba43e165ea9f466238cbe80d5787e6b91e33a (diff) |
mention chroot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,6 +22,7 @@ mind: on Linux, FreeBSD and OpenBSD is sandboxed via `seccomp(2)`, - small codebase, easily hackable - virtual hosts - sandboxed by default on OpenBSD, Linux and FreeBSD + - chroot support ## Drawbacks @@ -109,4 +110,4 @@ syscalls, see [sandbox.c](sandbox.c) for more information on the BPF program. In any case, you are invited to run gmid inside some sort of -container/jail. +container/jail/chroot. |