aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-06 15:28:41 +0100
committerdefault <nobody@localhost>2025-01-06 15:28:41 +0100
commit9ded9d6323ae6e78ebe316e909e577215891fd4a (patch)
treeef8c878a5a3f4aef44b6f17032fefc6dbcf47c5a /README.md
parentfb9aaa5084172eecca752acb9d7ed2ba07c8fa89 (diff)
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 23e7586..de11b98 100644
--- a/README.md
+++ b/README.md
@@ -76,10 +76,10 @@ 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 being able to compile `sandbox.c`, then your system lacks support for Linux Landlock sandboxing (new in snac v2.68); to disable it, run
+From version 2.68, Linux Landlock sandboxing is included (not supported on Linux kernels older than 5.13.0). It's still a bit experimental, so you must compile it in explicitly with
```sh
-make CFLAGS=-DWITHOUT_SANDBOX
+make CFLAGS=-DWITH_LINUX_SANDBOX
```
See the administrator manual on how to proceed from here.