diff options
| author | June McEnroe <june@causal.agency> | 2020-08-30 14:15:41 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-08-30 14:15:41 -0400 |
| commit | fd36b26b99ccd13489441e04966e978664967997 (patch) | |
| tree | 04043a2efcbbe76455e850290d5cec33d7932244 /README.7 | |
| parent | Refactor certificate loading and load all certs from config paths (diff) | |
| download | pounce-fd36b26b99ccd13489441e04966e978664967997.tar.gz pounce-fd36b26b99ccd13489441e04966e978664967997.zip | |
Sandbox pounce with unveil(2)
Diffstat (limited to 'README.7')
| -rw-r--r-- | README.7 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/README.7 b/README.7 index 0d6bc16..241627c 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd August 28, 2020 +.Dd August 30, 2020 .Dt README 7 .Os "Causal Agency" . @@ -51,9 +51,19 @@ or by LibreSSL. It primarily targets .Fx , where it is sandboxed with -.Xr capsicum 4 . +.Xr capsicum 4 , +and +.Ox , +where it is sandboxed with +.Xr pledge 2 +and +.Xr unveil 2 . Linux and macOS are also supported. +On +.Ox , +configure with +.Fl \-mandir=/usr/local/man . .Bd -literal -offset indent \&./configure make all |