aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac46
1 files changed, 24 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac
index b52df6376..550604aec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -320,36 +320,38 @@ AC_OUTPUT
320 320
321cat <<EOF 321cat <<EOF
322 322
323Configuration options: 323Compile options:
324 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
325 EXTRA_CFLAGS: $EXTRA_CFLAGS
326 fatal warnings: $HAVE_FATAL_WARNINGS
327 gcov instrumentation: $HAVE_GCOV
328 install as a SUID executable: $HAVE_SUID
329 install contrib scripts: $HAVE_CONTRIB_INSTALL
324 prefix: $prefix 330 prefix: $prefix
325 sysconfdir: $sysconfdir 331 sysconfdir: $sysconfdir
332 Spectre compiler patch: $HAVE_SPECTRE
333
334Features:
335 allow tmpfs as regular user: $HAVE_USERTMPFS
336 always enforce filters: $HAVE_FORCE_NONEWPRIVS
326 apparmor: $HAVE_APPARMOR 337 apparmor: $HAVE_APPARMOR
327 SELinux labeling support: $HAVE_SELINUX 338 busybox workaround: $BUSYBOX_WORKAROUND
328 global config: $HAVE_GLOBALCFG
329 chroot: $HAVE_CHROOT 339 chroot: $HAVE_CHROOT
330 network: $HAVE_NETWORK
331 user namespace: $HAVE_USERNS
332 X11 sandboxing support: $HAVE_X11
333 private home support: $HAVE_PRIVATE_HOME
334 file transfer support: $HAVE_FILE_TRANSFER
335 overlayfs support: $HAVE_OVERLAYFS
336 DBUS proxy support: $HAVE_DBUSPROXY 340 DBUS proxy support: $HAVE_DBUSPROXY
337 allow tmpfs as regular user: $HAVE_USERTMPFS 341 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES
338 enable --ouput logging: $HAVE_OUTPUT 342 enable --ouput logging: $HAVE_OUTPUT
339 Manpage support: $HAVE_MAN 343 file transfer support: $HAVE_FILE_TRANSFER
340 IDS support: $HAVE_IDS
341 firetunnel support: $HAVE_FIRETUNNEL 344 firetunnel support: $HAVE_FIRETUNNEL
342 busybox workaround: $BUSYBOX_WORKAROUND 345 global config: $HAVE_GLOBALCFG
343 Spectre compiler patch: $HAVE_SPECTRE 346 IDS support: $HAVE_IDS
344 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
345 EXTRA_CFLAGS: $EXTRA_CFLAGS
346 fatal warnings: $HAVE_FATAL_WARNINGS
347 Gcov instrumentation: $HAVE_GCOV
348 Install contrib scripts: $HAVE_CONTRIB_INSTALL
349 Install as a SUID executable: $HAVE_SUID
350 LTS: $HAVE_LTS 347 LTS: $HAVE_LTS
351 Always enforce filters: $HAVE_FORCE_NONEWPRIVS 348 manpage support: $HAVE_MAN
352 Disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES 349 network: $HAVE_NETWORK
350 overlayfs support: $HAVE_OVERLAYFS
351 private home support: $HAVE_PRIVATE_HOME
352 SELinux labeling support: $HAVE_SELINUX
353 user namespace: $HAVE_USERNS
354 X11 sandboxing support: $HAVE_X11
353 355
354EOF 356EOF
355 357