diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -76,6 +76,12 @@ 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 finding the `linux/landlock.h` header, then your system lacks support for Linux Landlock sandboxing (new in snac v2.68); to disable it, run | ||
| 80 | |||
| 81 | ```sh | ||
| 82 | make CFLAGS=-DWITHOUT_SANDBOX | ||
| 83 | ``` | ||
| 84 | |||
| 79 | See the administrator manual on how to proceed from here. | 85 | See the administrator manual on how to proceed from here. |
| 80 | 86 | ||
| 81 | ## Testing via Docker | 87 | ## Testing via Docker |