summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-13 14:28:21 +0100
committerdefault <nobody@localhost>2023-01-13 14:28:21 +0100
commit66da90bdbedfd9ff0994ac4fa70ae7b9b6be3f66 (patch)
tree4c6689029f9a01716e87755ddd9059a34836f68f /doc
parent6406877af1177398c0c6087b39a745abb86b2c17 (diff)
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.810
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 843f102..00f04cd 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -160,6 +160,16 @@ site layout.
If set to true, timeline caching is not done. This is only useful for
debugging purposes; don't enable it unless you know what do you want, as
it makes everything slower.
+.It Ic disable_openbsd_security
+If running under OpenBSD,
+.Nm
+makes use of the enhanced security functions
+.Xr unveil 2
+and
+.Xr pledge 2 .
+Setting this to true disables their usage. These functions limit severely
+what an intruder can do in case of a security vulnerability, so only enable
+this option if something is very broken.
.El
.Pp
You must restart the server to make effective these changes.