aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-03-20 11:08:17 +0000
committerOmar Polo <op@omarpolo.com>2021-03-20 11:08:17 +0000
commit94be0bf03bf16b3423eec28500495569f0821c01 (patch)
treeff65e99a1dcc5063b6188ee7fd56dd6db53d44dd
parent8e09ee1d50250261fa8e978b9fbcea46dd0b015f (diff)
update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9d22dd..35b722e 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ pledges, while the executor has `stdio sendfd proc exec`; both have
unveiled only the served directories. The logger process has pledge
`stdio`.
-On FreeBSD, the listener process is sandboxed with `capsicum(4)`.
+On FreeBSD, the listener and logger process are sandboxed with `capsicum(4)`.
On Linux, a `seccomp(2)` filter is installed in the listener to allow
only certain syscalls, see [sandbox.c](sandbox.c) for more information