aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-01 09:54:26 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-01 09:54:26 -0400
commita5c62dfa5955ad91aa6592c0a5443b93f8432bf3 (patch)
tree2b5fecafafbc8fafb1cab44d567385da059b483c /configure
parentshell none: avoid syscalls after seccomp_install_filters (diff)
downloadfirejail-a5c62dfa5955ad91aa6592c0a5443b93f8432bf3.tar.gz
firejail-a5c62dfa5955ad91aa6592c0a5443b93f8432bf3.tar.zst
firejail-a5c62dfa5955ad91aa6592c0a5443b93f8432bf3.zip
removed --disable-seccomp from ./configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 2 insertions, 22 deletions
diff --git a/configure b/configure
index 12881fcaf..1a89499b2 100755
--- a/configure
+++ b/configure
@@ -624,7 +624,6 @@ ac_includes_default="\
624 624
625ac_subst_vars='LTLIBOBJS 625ac_subst_vars='LTLIBOBJS
626LIBOBJS 626LIBOBJS
627HAVE_SECCOMP_H
628EGREP 627EGREP
629GREP 628GREP
630CPP 629CPP
@@ -641,7 +640,6 @@ HAVE_USERNS
641HAVE_NETWORK 640HAVE_NETWORK
642HAVE_GLOBALCFG 641HAVE_GLOBALCFG
643HAVE_CHROOT 642HAVE_CHROOT
644HAVE_SECCOMP
645HAVE_PRIVATE_HOME 643HAVE_PRIVATE_HOME
646HAVE_FIRETUNNEL 644HAVE_FIRETUNNEL
647HAVE_OVERLAYFS 645HAVE_OVERLAYFS
@@ -710,7 +708,6 @@ enable_apparmor
710enable_overlayfs 708enable_overlayfs
711enable_firetunnel 709enable_firetunnel
712enable_private_home 710enable_private_home
713enable_seccomp
714enable_chroot 711enable_chroot
715enable_globalcfg 712enable_globalcfg
716enable_network 713enable_network
@@ -1363,7 +1360,6 @@ Optional Features:
1363 --disable-overlayfs disable overlayfs 1360 --disable-overlayfs disable overlayfs
1364 --disable-firetunnel disable firetunnel 1361 --disable-firetunnel disable firetunnel
1365 --disable-private-home disable private home feature 1362 --disable-private-home disable private home feature
1366 --disable-seccomp disable seccomp
1367 --disable-chroot disable chroot 1363 --disable-chroot disable chroot
1368 --disable-globalcfg if the global config file firejail.cfg is not 1364 --disable-globalcfg if the global config file firejail.cfg is not
1369 present, continue the program using defaults 1365 present, continue the program using defaults
@@ -3537,19 +3533,6 @@ if test "x$enable_private_home" != "xno"; then :
3537 3533
3538fi 3534fi
3539 3535
3540HAVE_SECCOMP=""
3541# Check whether --enable-seccomp was given.
3542if test "${enable_seccomp+set}" = set; then :
3543 enableval=$enable_seccomp;
3544fi
3545
3546if test "x$enable_seccomp" != "xno"; then :
3547
3548 HAVE_SECCOMP="-DHAVE_SECCOMP"
3549
3550
3551fi
3552
3553HAVE_CHROOT="" 3536HAVE_CHROOT=""
3554# Check whether --enable-chroot was given. 3537# Check whether --enable-chroot was given.
3555if test "${enable_chroot+set}" = set; then : 3538if test "${enable_chroot+set}" = set; then :
@@ -4173,14 +4156,13 @@ fi
4173 4156
4174ac_fn_c_check_header_mongrel "$LINENO" "linux/seccomp.h" "ac_cv_header_linux_seccomp_h" "$ac_includes_default" 4157ac_fn_c_check_header_mongrel "$LINENO" "linux/seccomp.h" "ac_cv_header_linux_seccomp_h" "$ac_includes_default"
4175if test "x$ac_cv_header_linux_seccomp_h" = xyes; then : 4158if test "x$ac_cv_header_linux_seccomp_h" = xyes; then :
4176 HAVE_SECCOMP_H="-DHAVE_SECCOMP_H" 4159
4177else 4160else
4178 HAVE_SECCOMP_H="" 4161 as_fn_error $? "*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***" "$LINENO" 5
4179fi 4162fi
4180 4163
4181 4164
4182 4165
4183
4184# set sysconfdir 4166# set sysconfdir
4185if test "$prefix" = /usr; then 4167if test "$prefix" = /usr; then
4186 test "$sysconfdir" = '${prefix}/etc' && sysconfdir="/etc" 4168 test "$sysconfdir" = '${prefix}/etc' && sysconfdir="/etc"
@@ -5382,8 +5364,6 @@ echo
5382echo "Configuration options:" 5364echo "Configuration options:"
5383echo " prefix: $prefix" 5365echo " prefix: $prefix"
5384echo " sysconfdir: $sysconfdir" 5366echo " sysconfdir: $sysconfdir"
5385echo " seccomp: $HAVE_SECCOMP"
5386echo " <linux/seccomp.h>: $HAVE_SECCOMP_H"
5387echo " apparmor: $HAVE_APPARMOR" 5367echo " apparmor: $HAVE_APPARMOR"
5388echo " global config: $HAVE_GLOBALCFG" 5368echo " global config: $HAVE_GLOBALCFG"
5389echo " chroot: $HAVE_CHROOT" 5369echo " chroot: $HAVE_CHROOT"