aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index be534e49f..1f8e802b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,14 +177,6 @@ AS_IF([test "x$enable_file_transfer" != "xno"], [
177 AC_SUBST(HAVE_FILE_TRANSFER) 177 AC_SUBST(HAVE_FILE_TRANSFER)
178]) 178])
179 179
180HAVE_WHITELIST=""
181AC_ARG_ENABLE([whitelist],
182 AS_HELP_STRING([--disable-whitelist], [disable whitelist]))
183AS_IF([test "x$enable_whitelist" != "xno"], [
184 HAVE_WHITELIST="-DHAVE_WHITELIST"
185 AC_SUBST(HAVE_WHITELIST)
186])
187
188HAVE_SUID="" 180HAVE_SUID=""
189AC_ARG_ENABLE([suid], 181AC_ARG_ENABLE([suid],
190 AS_HELP_STRING([--disable-suid], [install as a non-SUID executable])) 182 AS_HELP_STRING([--disable-suid], [install as a non-SUID executable]))
@@ -323,7 +315,6 @@ Configuration options:
323 network: $HAVE_NETWORK 315 network: $HAVE_NETWORK
324 user namespace: $HAVE_USERNS 316 user namespace: $HAVE_USERNS
325 X11 sandboxing support: $HAVE_X11 317 X11 sandboxing support: $HAVE_X11
326 whitelisting: $HAVE_WHITELIST
327 private home support: $HAVE_PRIVATE_HOME 318 private home support: $HAVE_PRIVATE_HOME
328 file transfer support: $HAVE_FILE_TRANSFER 319 file transfer support: $HAVE_FILE_TRANSFER
329 overlayfs support: $HAVE_OVERLAYFS 320 overlayfs support: $HAVE_OVERLAYFS