Skip to content

Commit 97d8a03

Browse files
committed
disabled overlayfs, 0.9.64.4 testing
1 parent 2d68073 commit 97d8a03

File tree

2 files changed

+27
-28
lines changed

2 files changed

+27
-28
lines changed

Diff for: configure

+17-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for firejail 0.9.64.2.
3+
# Generated by GNU Autoconf 2.69 for firejail 0.9.64.4.
44
#
55
# Report bugs to <netblue30@protonmail.com>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='firejail'
582582
PACKAGE_TARNAME='firejail'
583-
PACKAGE_VERSION='0.9.64.2'
584-
PACKAGE_STRING='firejail 0.9.64.2'
583+
PACKAGE_VERSION='0.9.64.4'
584+
PACKAGE_STRING='firejail 0.9.64.4'
585585
PACKAGE_BUGREPORT='netblue30@protonmail.com'
586586
PACKAGE_URL='https://firejail.wordpress.com'
587587

@@ -711,7 +711,6 @@ enable_option_checking
711711
enable_analyzer
712712
enable_apparmor
713713
enable_dbusproxy
714-
enable_overlayfs
715714
enable_usertmpfs
716715
enable_man
717716
enable_firetunnel
@@ -1294,7 +1293,7 @@ if test "$ac_init_help" = "long"; then
12941293
# Omit some internal or obsolete options to make the list less imposing.
12951294
# This message is too long to be a string in the A/UX 3.1 sh.
12961295
cat <<_ACEOF
1297-
\`configure' configures firejail 0.9.64.2 to adapt to many kinds of systems.
1296+
\`configure' configures firejail 0.9.64.4 to adapt to many kinds of systems.
12981297
12991298
Usage: $0 [OPTION]... [VAR=VALUE]...
13001299
@@ -1356,7 +1355,7 @@ fi
13561355

13571356
if test -n "$ac_init_help"; then
13581357
case $ac_init_help in
1359-
short | recursive ) echo "Configuration of firejail 0.9.64.2:";;
1358+
short | recursive ) echo "Configuration of firejail 0.9.64.4:";;
13601359
esac
13611360
cat <<\_ACEOF
13621361
@@ -1367,7 +1366,6 @@ Optional Features:
13671366
--enable-analyzer enable GCC 10 static analyzer
13681367
--enable-apparmor enable apparmor
13691368
--disable-dbusproxy disable dbus proxy
1370-
--disable-overlayfs disable overlayfs
13711369
--disable-usertmpfs disable tmpfs as regular user
13721370
--disable-man disable man pages
13731371
--disable-firetunnel disable firetunnel
@@ -1473,7 +1471,7 @@ fi
14731471
test -n "$ac_init_help" && exit $ac_status
14741472
if $ac_init_version; then
14751473
cat <<\_ACEOF
1476-
firejail configure 0.9.64.2
1474+
firejail configure 0.9.64.4
14771475
generated by GNU Autoconf 2.69
14781476
14791477
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1775,7 +1773,7 @@ cat >config.log <<_ACEOF
17751773
This file contains any messages produced by compilers while
17761774
running configure, to aid debugging if configure makes a mistake.
17771775
1778-
It was created by firejail $as_me 0.9.64.2, which was
1776+
It was created by firejail $as_me 0.9.64.4, which was
17791777
generated by GNU Autoconf 2.69. Invocation command line was
17801778
17811779
$ $0 $@
@@ -3530,18 +3528,16 @@ if test "x$enable_dbusproxy" != "xno"; then :
35303528

35313529
fi
35323530

3531+
# overlayfs features temporarely disabled pending fixes
35333532
HAVE_OVERLAYFS=""
3534-
# Check whether --enable-overlayfs was given.
3535-
if test "${enable_overlayfs+set}" = set; then :
3536-
enableval=$enable_overlayfs;
3537-
fi
3538-
3539-
if test "x$enable_overlayfs" != "xno"; then :
3540-
3541-
HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
35423533

3543-
3544-
fi
3534+
#
3535+
#AC_ARG_ENABLE([overlayfs],
3536+
# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
3537+
#AS_IF([test "x$enable_overlayfs" != "xno"], [
3538+
# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
3539+
# AC_SUBST(HAVE_OVERLAYFS)
3540+
#])
35453541

35463542
HAVE_USERTMPS=""
35473543
# Check whether --enable-usertmpfs was given.
@@ -4817,7 +4813,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
48174813
# report actual input values of CONFIG_FILES etc. instead of their
48184814
# values after options handling.
48194815
ac_log="
4820-
This file was extended by firejail $as_me 0.9.64.2, which was
4816+
This file was extended by firejail $as_me 0.9.64.4, which was
48214817
generated by GNU Autoconf 2.69. Invocation command line was
48224818
48234819
CONFIG_FILES = $CONFIG_FILES
@@ -4871,7 +4867,7 @@ _ACEOF
48714867
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
48724868
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
48734869
ac_cs_version="\\
4874-
firejail config.status 0.9.64.2
4870+
firejail config.status 0.9.64.4
48754871
configured by $0, generated by GNU Autoconf 2.69,
48764872
with options \\"\$ac_cs_config\\"
48774873

Diff for: configure.ac

+10-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
AC_PREREQ([2.68])
15-
AC_INIT(firejail, 0.9.64.2, netblue30@protonmail.com, , https://firejail.wordpress.com)
15+
AC_INIT(firejail, 0.9.64.4, netblue30@protonmail.com, , https://firejail.wordpress.com)
1616
AC_CONFIG_SRCDIR([src/firejail/main.c])
1717

1818
AC_CONFIG_MACRO_DIR([m4])
@@ -66,13 +66,16 @@ AS_IF([test "x$enable_dbusproxy" != "xno"], [
6666
AC_SUBST(HAVE_DBUSPROXY)
6767
])
6868

69+
# overlayfs features temporarely disabled pending fixes
6970
HAVE_OVERLAYFS=""
70-
AC_ARG_ENABLE([overlayfs],
71-
AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
72-
AS_IF([test "x$enable_overlayfs" != "xno"], [
73-
HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
74-
AC_SUBST(HAVE_OVERLAYFS)
75-
])
71+
AC_SUBST(HAVE_OVERLAYFS)
72+
#
73+
#AC_ARG_ENABLE([overlayfs],
74+
# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
75+
#AS_IF([test "x$enable_overlayfs" != "xno"], [
76+
# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
77+
# AC_SUBST(HAVE_OVERLAYFS)
78+
#])
7679

7780
HAVE_USERTMPS=""
7881
AC_ARG_ENABLE([usertmpfs],

0 commit comments

Comments
 (0)