aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-03 19:24:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-03 19:24:31 -0400
commitc08414fdbbb97b06678b862a16d354766af3e611 (patch)
treeda2c22b3ed9fe7affec72811b862430a33f3ab9f /configure
parentcleanup for the next development cycle (diff)
downloadfirejail-c08414fdbbb97b06678b862a16d354766af3e611.tar.gz
firejail-c08414fdbbb97b06678b862a16d354766af3e611.tar.zst
firejail-c08414fdbbb97b06678b862a16d354766af3e611.zip
deprecated --disable-whitelist at compile time
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index e8622d3bf..9e883191a 100755
--- a/configure
+++ b/configure
@@ -634,7 +634,6 @@ HAVE_GCOV
634BUSYBOX_WORKAROUND 634BUSYBOX_WORKAROUND
635HAVE_FATAL_WARNINGS 635HAVE_FATAL_WARNINGS
636HAVE_SUID 636HAVE_SUID
637HAVE_WHITELIST
638HAVE_FILE_TRANSFER 637HAVE_FILE_TRANSFER
639HAVE_X11 638HAVE_X11
640HAVE_USERNS 639HAVE_USERNS
@@ -726,7 +725,6 @@ enable_network
726enable_userns 725enable_userns
727enable_x11 726enable_x11
728enable_file_transfer 727enable_file_transfer
729enable_whitelist
730enable_suid 728enable_suid
731enable_fatal_warnings 729enable_fatal_warnings
732enable_busybox_workaround 730enable_busybox_workaround
@@ -1385,7 +1383,6 @@ Optional Features:
1385 --disable-userns disable user namespace 1383 --disable-userns disable user namespace
1386 --disable-x11 disable X11 sandboxing support 1384 --disable-x11 disable X11 sandboxing support
1387 --disable-file-transfer disable file transfer 1385 --disable-file-transfer disable file transfer
1388 --disable-whitelist disable whitelist
1389 --disable-suid install as a non-SUID executable 1386 --disable-suid install as a non-SUID executable
1390 --enable-fatal-warnings -W -Wall -Werror 1387 --enable-fatal-warnings -W -Wall -Werror
1391 --enable-busybox-workaround 1388 --enable-busybox-workaround
@@ -3747,19 +3744,6 @@ if test "x$enable_file_transfer" != "xno"; then :
3747 3744
3748fi 3745fi
3749 3746
3750HAVE_WHITELIST=""
3751# Check whether --enable-whitelist was given.
3752if test "${enable_whitelist+set}" = set; then :
3753 enableval=$enable_whitelist;
3754fi
3755
3756if test "x$enable_whitelist" != "xno"; then :
3757
3758 HAVE_WHITELIST="-DHAVE_WHITELIST"
3759
3760
3761fi
3762
3763HAVE_SUID="" 3747HAVE_SUID=""
3764# Check whether --enable-suid was given. 3748# Check whether --enable-suid was given.
3765if test "${enable_suid+set}" = set; then : 3749if test "${enable_suid+set}" = set; then :
@@ -5572,7 +5556,6 @@ Configuration options:
5572 network: $HAVE_NETWORK 5556 network: $HAVE_NETWORK
5573 user namespace: $HAVE_USERNS 5557 user namespace: $HAVE_USERNS
5574 X11 sandboxing support: $HAVE_X11 5558 X11 sandboxing support: $HAVE_X11
5575 whitelisting: $HAVE_WHITELIST
5576 private home support: $HAVE_PRIVATE_HOME 5559 private home support: $HAVE_PRIVATE_HOME
5577 file transfer support: $HAVE_FILE_TRANSFER 5560 file transfer support: $HAVE_FILE_TRANSFER
5578 overlayfs support: $HAVE_OVERLAYFS 5561 overlayfs support: $HAVE_OVERLAYFS