commit 062caaba0d06fcac69be78b5cb803b56fe0a8ba9
parent 5d26d38e61ae9469e796a1b244fad412f72f158c
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 19 Nov 2019 10:52:59 +0100
Disable seccomp by default, it needs more testing on non !amd64 platforms.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -6,7 +6,7 @@ include(CheckFunctionExists)
include(GNUInstallDirs)
# Conditional build options
-set(ENABLE_SECCOMP 1
+set(ENABLE_SECCOMP 0
CACHE BOOL "Enable building with seccomp")
# Check if system has pledge and strtonum