diff options
author | June McEnroe <june@causal.agency> | 2021-10-07 13:52:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-07 13:52:22 -0400 |
commit | 49d5f955c978203c6e73f89025256243679d1839 (patch) | |
tree | 0e155c9901f033c1a4795109712cb5d115d3bf35 | |
parent | OpenBSD: Simplify unveil(2) calls (diff) | |
download | pounce-49d5f955c978203c6e73f89025256243679d1839.tar.gz pounce-49d5f955c978203c6e73f89025256243679d1839.zip |
Remove mention of capsicum from README
-rw-r--r-- | README.7 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/README.7 b/README.7 index 63634f5..12aaf7f 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd September 6, 2021 +.Dd October 7, 2021 .Dt README 7 .Os "Causal Agency" . @@ -87,15 +87,12 @@ and .Pp .Nm primarily targets -.Fx , -where it is sandboxed with -.Xr capsicum 4 , -and .Ox , where it is sandboxed with .Xr pledge 2 and .Xr unveil 2 . +.Fx , Linux and macOS are also supported. .Bd -literal -offset indent |