update README

This commit is contained in:
Omar Polo 2021-03-20 11:08:17 +00:00
parent 8e09ee1d50
commit 94be0bf03b
1 changed files with 1 additions and 1 deletions

View File

@ -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