aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-08-22 08:32:01 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-08-22 08:32:01 -0400
commitddd307e3447e609241abadb8d073e97b948a5bb0 (patch)
tree041028cc53f7ab392f124d68dff4cf3f11375de7 /configure.ac
parentrelax restrictions imposed on filesystem log (fslogger) in ec7f59b8d370c29bd2... (diff)
downloadfirejail-ddd307e3447e609241abadb8d073e97b948a5bb0.tar.gz
firejail-ddd307e3447e609241abadb8d073e97b948a5bb0.tar.zst
firejail-ddd307e3447e609241abadb8d073e97b948a5bb0.zip
removed --disable-bind configuration option; some ohter minor cleanup
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 8c6459335..73736abc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,14 +83,6 @@ AS_IF([test "x$enable_chroot" != "xno"], [
83 AC_SUBST(HAVE_CHROOT) 83 AC_SUBST(HAVE_CHROOT)
84]) 84])
85 85
86HAVE_BIND=""
87AC_ARG_ENABLE([bind],
88 AS_HELP_STRING([--disable-bind], [disable bind]))
89AS_IF([test "x$enable_bind" != "xno"], [
90 HAVE_BIND="-DHAVE_BIND"
91 AC_SUBST(HAVE_BIND)
92])
93
94HAVE_GLOBALCFG="" 86HAVE_GLOBALCFG=""
95AC_ARG_ENABLE([globalcfg], 87AC_ARG_ENABLE([globalcfg],
96 AS_HELP_STRING([--disable-globalcfg], [if the global config file firejail.cfg is not present, continue the program using defaults])) 88 AS_HELP_STRING([--disable-globalcfg], [if the global config file firejail.cfg is not present, continue the program using defaults]))
@@ -207,7 +199,6 @@ echo " <linux/seccomp.h>: $HAVE_SECCOMP_H"
207echo " apparmor: $HAVE_APPARMOR" 199echo " apparmor: $HAVE_APPARMOR"
208echo " global config: $HAVE_GLOBALCFG" 200echo " global config: $HAVE_GLOBALCFG"
209echo " chroot: $HAVE_CHROOT" 201echo " chroot: $HAVE_CHROOT"
210echo " bind: $HAVE_BIND"
211echo " network: $HAVE_NETWORK" 202echo " network: $HAVE_NETWORK"
212echo " user namespace: $HAVE_USERNS" 203echo " user namespace: $HAVE_USERNS"
213echo " X11 sandboxing support: $HAVE_X11" 204echo " X11 sandboxing support: $HAVE_X11"