summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62bb910..23e7586 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ If it still gives compilation errors (because your system does not implement the
76make CFLAGS=-DWITHOUT_SHM 76make CFLAGS=-DWITHOUT_SHM
77``` 77```
78 78
79If 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 79If 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
80 80
81```sh 81```sh
82make CFLAGS=-DWITHOUT_SANDBOX 82make CFLAGS=-DWITHOUT_SANDBOX