aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-05 17:13:37 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-02-05 17:13:37 -0500
commit97d8a03cad19501f017587cc4e47d8418273834b (patch)
tree7a459a38f57f267387d44c830322fe54d1112358 /configure.ac
parenttests: check with faudit if tests are run sandboxed (diff)
downloadfirejail-97d8a03cad19501f017587cc4e47d8418273834b.tar.gz
firejail-97d8a03cad19501f017587cc4e47d8418273834b.tar.zst
firejail-97d8a03cad19501f017587cc4e47d8418273834b.zip
disabled overlayfs, 0.9.64.4 testing
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 10 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 8ff8ef6bc..4ab98e682 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
12# 12#
13 13
14AC_PREREQ([2.68]) 14AC_PREREQ([2.68])
15AC_INIT(firejail, 0.9.64.2, netblue30@protonmail.com, , https://firejail.wordpress.com) 15AC_INIT(firejail, 0.9.64.4, netblue30@protonmail.com, , https://firejail.wordpress.com)
16AC_CONFIG_SRCDIR([src/firejail/main.c]) 16AC_CONFIG_SRCDIR([src/firejail/main.c])
17 17
18AC_CONFIG_MACRO_DIR([m4]) 18AC_CONFIG_MACRO_DIR([m4])
@@ -66,13 +66,16 @@ AS_IF([test "x$enable_dbusproxy" != "xno"], [
66 AC_SUBST(HAVE_DBUSPROXY) 66 AC_SUBST(HAVE_DBUSPROXY)
67]) 67])
68 68
69# overlayfs features temporarely disabled pending fixes
69HAVE_OVERLAYFS="" 70HAVE_OVERLAYFS=""
70AC_ARG_ENABLE([overlayfs], 71AC_SUBST(HAVE_OVERLAYFS)
71 AS_HELP_STRING([--disable-overlayfs], [disable overlayfs])) 72#
72AS_IF([test "x$enable_overlayfs" != "xno"], [ 73#AC_ARG_ENABLE([overlayfs],
73 HAVE_OVERLAYFS="-DHAVE_OVERLAYFS" 74# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
74 AC_SUBST(HAVE_OVERLAYFS) 75#AS_IF([test "x$enable_overlayfs" != "xno"], [
75]) 76# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
77# AC_SUBST(HAVE_OVERLAYFS)
78#])
76 79
77HAVE_USERTMPS="" 80HAVE_USERTMPS=""
78AC_ARG_ENABLE([usertmpfs], 81AC_ARG_ENABLE([usertmpfs],