diff options
| author | default <nobody@localhost> | 2025-01-06 15:52:16 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-06 15:52:16 +0100 |
| commit | 4a1270d1cb66416b7f718fc17f07b71ab24d6cf8 (patch) | |
| tree | 93c88ca10fbf1a9d3045aae43eba583e6ac3da66 /doc | |
| parent | 3b73cf5b4c21c669e349d91e6d05944719f7aa73 (diff) | |
Updated documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.8 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -249,9 +249,10 @@ from it are rejected until the lock expires (default: 5 retries). The number of seconds a blocked IP address is ignored in login attempts (default: 300 seconds). .It Ic disable_sandbox -This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Confining a +This boolean toggle allows disabling Linux Landlock sandboxing. Confining a program in a sandbox limits the directories and resources it can use, so it's -recommended for security. +recommended for security. Support for Linux sandboxing must be compiled in, and you +need at least a Linux kernel version 5.13.0. .It Ic max_public_entries The maximum number of entries (posts) to be returned in user RSS feeds and outboxes (default: 20). |