aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-05 13:44:23 +0100
committerdefault <nobody@localhost>2025-01-05 13:44:23 +0100
commit6a08d52edbabb19032d7a1975b51ac70f5b3257a (patch)
tree4689c442aa1f8fc1545e73493991a8625cd0bb45
parente2fccec1d970a18ed8c6945003576a08edf04bb5 (diff)
Updated README.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26d9fa1..62bb910 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,12 @@ If it still gives compilation errors (because your system does not implement the
make CFLAGS=-DWITHOUT_SHM
```
+If compilation fails on Linux with the message `no landlock on kernels older than...` or complaining about not finding the `linux/landlock.h` header, then your system lacks support for Linux Landlock sandboxing (new in snac v2.68); to disable it, run
+
+```sh
+make CFLAGS=-DWITHOUT_SANDBOX
+```
+
See the administrator manual on how to proceed from here.
## Testing via Docker