aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-13 10:14:57 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-13 10:14:57 -0400
commit222a2d7720208f7efbc2f1bc9768946b22e01b5d (patch)
treeb39a8e68898ddc6d36006d8ffe5268255380683b /configure
parentcompile time: changed --disable-firetunnel into --enable-firetunnel (diff)
downloadfirejail-222a2d7720208f7efbc2f1bc9768946b22e01b5d.tar.gz
firejail-222a2d7720208f7efbc2f1bc9768946b22e01b5d.tar.zst
firejail-222a2d7720208f7efbc2f1bc9768946b22e01b5d.zip
order options alphabetically in configure.ac report
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure46
1 files changed, 24 insertions, 22 deletions
diff --git a/configure b/configure
index 5b9da4952..d9f81f863 100755
--- a/configure
+++ b/configure
@@ -5284,36 +5284,38 @@ fi
5284 5284
5285cat <<EOF 5285cat <<EOF
5286 5286
5287Configuration options: 5287Compile options:
5288 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
5289 EXTRA_CFLAGS: $EXTRA_CFLAGS
5290 fatal warnings: $HAVE_FATAL_WARNINGS
5291 gcov instrumentation: $HAVE_GCOV
5292 install as a SUID executable: $HAVE_SUID
5293 install contrib scripts: $HAVE_CONTRIB_INSTALL
5288 prefix: $prefix 5294 prefix: $prefix
5289 sysconfdir: $sysconfdir 5295 sysconfdir: $sysconfdir
5296 Spectre compiler patch: $HAVE_SPECTRE
5297
5298Features:
5299 allow tmpfs as regular user: $HAVE_USERTMPFS
5300 always enforce filters: $HAVE_FORCE_NONEWPRIVS
5290 apparmor: $HAVE_APPARMOR 5301 apparmor: $HAVE_APPARMOR
5291 SELinux labeling support: $HAVE_SELINUX 5302 busybox workaround: $BUSYBOX_WORKAROUND
5292 global config: $HAVE_GLOBALCFG
5293 chroot: $HAVE_CHROOT 5303 chroot: $HAVE_CHROOT
5294 network: $HAVE_NETWORK
5295 user namespace: $HAVE_USERNS
5296 X11 sandboxing support: $HAVE_X11
5297 private home support: $HAVE_PRIVATE_HOME
5298 file transfer support: $HAVE_FILE_TRANSFER
5299 overlayfs support: $HAVE_OVERLAYFS
5300 DBUS proxy support: $HAVE_DBUSPROXY 5304 DBUS proxy support: $HAVE_DBUSPROXY
5301 allow tmpfs as regular user: $HAVE_USERTMPFS 5305 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES
5302 enable --ouput logging: $HAVE_OUTPUT 5306 enable --ouput logging: $HAVE_OUTPUT
5303 Manpage support: $HAVE_MAN 5307 file transfer support: $HAVE_FILE_TRANSFER
5304 IDS support: $HAVE_IDS
5305 firetunnel support: $HAVE_FIRETUNNEL 5308 firetunnel support: $HAVE_FIRETUNNEL
5306 busybox workaround: $BUSYBOX_WORKAROUND 5309 global config: $HAVE_GLOBALCFG
5307 Spectre compiler patch: $HAVE_SPECTRE 5310 IDS support: $HAVE_IDS
5308 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
5309 EXTRA_CFLAGS: $EXTRA_CFLAGS
5310 fatal warnings: $HAVE_FATAL_WARNINGS
5311 Gcov instrumentation: $HAVE_GCOV
5312 Install contrib scripts: $HAVE_CONTRIB_INSTALL
5313 Install as a SUID executable: $HAVE_SUID
5314 LTS: $HAVE_LTS 5311 LTS: $HAVE_LTS
5315 Always enforce filters: $HAVE_FORCE_NONEWPRIVS 5312 manpage support: $HAVE_MAN
5316 Disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES 5313 network: $HAVE_NETWORK
5314 overlayfs support: $HAVE_OVERLAYFS
5315 private home support: $HAVE_PRIVATE_HOME
5316 SELinux labeling support: $HAVE_SELINUX
5317 user namespace: $HAVE_USERNS
5318 X11 sandboxing support: $HAVE_X11
5317 5319
5318EOF 5320EOF
5319 5321