summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-06 15:52:16 +0100
committerGravatar default2025-01-06 15:52:16 +0100
commit4a1270d1cb66416b7f718fc17f07b71ab24d6cf8 (patch)
tree93c88ca10fbf1a9d3045aae43eba583e6ac3da66
parentUpdated Makefile dependencies. (diff)
downloadpenes-snac2-4a1270d1cb66416b7f718fc17f07b71ab24d6cf8.tar.gz
penes-snac2-4a1270d1cb66416b7f718fc17f07b71ab24d6cf8.tar.xz
penes-snac2-4a1270d1cb66416b7f718fc17f07b71ab24d6cf8.zip
Updated documentation.
-rw-r--r--doc/snac.85
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 997845a..3a4bfcf 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -249,9 +249,10 @@ from it are rejected until the lock expires (default: 5 retries).
249The number of seconds a blocked IP address is ignored in login attempts 249The number of seconds a blocked IP address is ignored in login attempts
250(default: 300 seconds). 250(default: 300 seconds).
251.It Ic disable_sandbox 251.It Ic disable_sandbox
252This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Confining a 252This boolean toggle allows disabling Linux Landlock sandboxing. Confining a
253program in a sandbox limits the directories and resources it can use, so it's 253program in a sandbox limits the directories and resources it can use, so it's
254recommended for security. 254recommended for security. Support for Linux sandboxing must be compiled in, and you
255need at least a Linux kernel version 5.13.0.
255.It Ic max_public_entries 256.It Ic max_public_entries
256The maximum number of entries (posts) to be returned in user RSS feeds and outboxes 257The maximum number of entries (posts) to be returned in user RSS feeds and outboxes
257(default: 20). 258(default: 20).