aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-06 09:05:57 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-02-06 09:05:57 -0500
commitfb9f2a5fb3ac1ebbb14302ecdf3c840b70b090da (patch)
tree18c2a7fe19202afea84fa13d72b130d41657cb6f /configure
parentadd a /usr/share whitelist item for uim (diff)
downloadfirejail-fb9f2a5fb3ac1ebbb14302ecdf3c840b70b090da.tar.gz
firejail-fb9f2a5fb3ac1ebbb14302ecdf3c840b70b090da.tar.zst
firejail-fb9f2a5fb3ac1ebbb14302ecdf3c840b70b090da.zip
disabled overlayfs, fixes pending; added video channels to README* files
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 8 insertions, 12 deletions
diff --git a/configure b/configure
index 75c2499a9..4c19e6e85 100755
--- a/configure
+++ b/configure
@@ -711,7 +711,6 @@ enable_option_checking
711enable_analyzer 711enable_analyzer
712enable_apparmor 712enable_apparmor
713enable_dbusproxy 713enable_dbusproxy
714enable_overlayfs
715enable_usertmpfs 714enable_usertmpfs
716enable_man 715enable_man
717enable_firetunnel 716enable_firetunnel
@@ -1367,7 +1366,6 @@ Optional Features:
1367 --enable-analyzer enable GCC 10 static analyzer 1366 --enable-analyzer enable GCC 10 static analyzer
1368 --enable-apparmor enable apparmor 1367 --enable-apparmor enable apparmor
1369 --disable-dbusproxy disable dbus proxy 1368 --disable-dbusproxy disable dbus proxy
1370 --disable-overlayfs disable overlayfs
1371 --disable-usertmpfs disable tmpfs as regular user 1369 --disable-usertmpfs disable tmpfs as regular user
1372 --disable-man disable man pages 1370 --disable-man disable man pages
1373 --disable-firetunnel disable firetunnel 1371 --disable-firetunnel disable firetunnel
@@ -3530,18 +3528,16 @@ if test "x$enable_dbusproxy" != "xno"; then :
3530 3528
3531fi 3529fi
3532 3530
3531# overlayfs features temporarely disabled pending fixes
3533HAVE_OVERLAYFS="" 3532HAVE_OVERLAYFS=""
3534# Check whether --enable-overlayfs was given.
3535if test "${enable_overlayfs+set}" = set; then :
3536 enableval=$enable_overlayfs;
3537fi
3538
3539if test "x$enable_overlayfs" != "xno"; then :
3540
3541 HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
3542 3533
3543 3534#
3544fi 3535#AC_ARG_ENABLE([overlayfs],
3536# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
3537#AS_IF([test "x$enable_overlayfs" != "xno"], [
3538# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
3539# AC_SUBST(HAVE_OVERLAYFS)
3540#])
3545 3541
3546HAVE_USERTMPS="" 3542HAVE_USERTMPS=""
3547# Check whether --enable-usertmpfs was given. 3543# Check whether --enable-usertmpfs was given.