diff options
| author | 2025-01-05 14:00:13 +0100 | |
|---|---|---|
| committer | 2025-01-05 14:00:13 +0100 | |
| commit | bcd34f4959206491be82abbf3f7124b03a5deb27 (patch) | |
| tree | 2f7185eb52e27629f42008a45a48e8f90a9078dc /README.md | |
| parent | Added some autodetection for Linux landlocking on older systems. (diff) | |
| download | snac2-bcd34f4959206491be82abbf3f7124b03a5deb27.tar.gz snac2-bcd34f4959206491be82abbf3f7124b03a5deb27.tar.xz snac2-bcd34f4959206491be82abbf3f7124b03a5deb27.zip | |
More sandbox compilation tweaks under Alpine Linux.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -76,7 +76,7 @@ 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 | 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 |
| 80 | 80 | ||
| 81 | ```sh | 81 | ```sh |
| 82 | make CFLAGS=-DWITHOUT_SANDBOX | 82 | make CFLAGS=-DWITHOUT_SANDBOX |