commit 5848a303f6f17486ba7d1ff82915c2e2a1538d57 from: Omar Polo date: Wed May 25 14:01:49 2022 UTC disable landlock it's currently unused (the net process unfortunately can't sensibly make use of it: breaks the DNS...) In the future I'd like to move the parsers in their own (sandboxed) process, so don't delete the landlock code yet. commit - a24289b534e2c9d3be47e2adde3dc151c7432941 commit + 5848a303f6f17486ba7d1ff82915c2e2a1538d57 blob - 7a5cd9ea4e6e3018bb5f5c8ff33fbbe673044ae9 blob + bb2ce8d78d39b70aa5d1165daad929b78c5f312a --- configure.ac +++ configure.ac @@ -119,7 +119,8 @@ AC_CHECK_LIB(util, ohash_init, [], [ AC_CHECK_FUNCS([asr_run]) -AC_CHECK_HEADERS([linux/landlock.h]) +# don't check for landlock: it currently unusable. +dnl AC_CHECK_HEADERS([linux/landlock.h]) # check compiler flags AC_DEFUN([CC_ADD_CHECK_FLAGS], [