diff options
author | June McEnroe <june@causal.agency> | 2021-01-25 13:53:55 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-25 13:58:02 -0500 |
commit | 61b42713e624034fa015fc42fe0615197a5d6045 (patch) | |
tree | 23860711ade87daa612c28689f1353225426d52c /README.7 | |
parent | Preserve order of filters when removing (diff) | |
download | catgirl-61b42713e624034fa015fc42fe0615197a5d6045.tar.gz catgirl-61b42713e624034fa015fc42fe0615197a5d6045.zip |
Move mention of pledge(2) and unveil(2) to README
The manual is the wrong place to document platform support.
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/README.7 b/README.7 index 9cd89df..a6e9792 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd January 18, 2021 +.Dd January 25, 2021 .Dt README 7 .Os "Causal Agency" .\" To view this file, run: man ./README.7 @@ -93,6 +93,8 @@ provided by either .Lk https://git.causal.agency/libretls/about LibreTLS (for OpenSSL) or by LibreSSL. +. +.Pp It targets .Fx , .Ox , @@ -100,8 +102,16 @@ macOS and Linux. On .Ox , +.Xr pledge 2 +is used to limit system operations, +and with +.Nm Fl R , +.Xr unveil 2 +is used to limit filesystem access. +On BSD systems, configure with .Fl \-mandir=/usr/local/man . +. .Bd -literal -offset indent \&./configure make all |