diff options
Diffstat (limited to '')
| -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). | |||
| 249 | The number of seconds a blocked IP address is ignored in login attempts | 249 | The 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 |
| 252 | This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Confining a | 252 | This boolean toggle allows disabling Linux Landlock sandboxing. Confining a |
| 253 | program in a sandbox limits the directories and resources it can use, so it's | 253 | program in a sandbox limits the directories and resources it can use, so it's |
| 254 | recommended for security. | 254 | recommended for security. Support for Linux sandboxing must be compiled in, and you |
| 255 | need at least a Linux kernel version 5.13.0. | ||
| 255 | .It Ic max_public_entries | 256 | .It Ic max_public_entries |
| 256 | The maximum number of entries (posts) to be returned in user RSS feeds and outboxes | 257 | The maximum number of entries (posts) to be returned in user RSS feeds and outboxes |
| 257 | (default: 20). | 258 | (default: 20). |