From 64f3eb35f4aeb1e7e590365f2f63809e0d89ad4f Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 11 Mar 2018 16:25:41 +0100 Subject: [PATCH] Disable seccomp by default until it stabilizes --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index db63e3d..85c5a58 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -15,6 +15,6 @@ option('enable-magic', ) option('enable-seccomp', type: 'boolean', - value: true, - description: 'Enable seccomp support if available.' + value: false, + description: 'Enable experimental seccomp support if available.' )