diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -76,10 +76,10 @@ If it still gives compilation errors (because your system does not implement the | |||
| 76 | make CFLAGS=-DWITHOUT_SHM | 76 | make CFLAGS=-DWITHOUT_SHM |
| 77 | ``` | 77 | ``` |
| 78 | 78 | ||
| 79 | 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 | 79 | 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 |
| 80 | 80 | ||
| 81 | ```sh | 81 | ```sh |
| 82 | make CFLAGS=-DWITHOUT_SANDBOX | 82 | make CFLAGS=-DWITH_LINUX_SANDBOX |
| 83 | ``` | 83 | ``` |
| 84 | 84 | ||
| 85 | See the administrator manual on how to proceed from here. | 85 | See the administrator manual on how to proceed from here. |