소스 검색

Updated README.

default 2 달 전
부모
커밋
6a08d52edb
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -76,6 +76,12 @@ 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 finding the `linux/landlock.h` header, then your system lacks support for Linux Landlock sandboxing (new in snac v2.68); to disable it, run
+
+```sh
+make CFLAGS=-DWITHOUT_SANDBOX
+```
+
 See the administrator manual on how to proceed from here.
 
 ## Testing via Docker