aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--src/firejail/fs_bin.c2
-rwxr-xr-xtest/configure2
-rwxr-xr-xtest/test-root.sh8
5 files changed, 16 insertions, 16 deletions
diff --git a/configure b/configure
index 46e792f64..946fb99bc 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for firejail 0.9.40~rc2. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.40.
4# 4#
5# Report bugs to <netblue30@yahoo.com>. 5# Report bugs to <netblue30@yahoo.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='firejail' 581PACKAGE_NAME='firejail'
582PACKAGE_TARNAME='firejail' 582PACKAGE_TARNAME='firejail'
583PACKAGE_VERSION='0.9.40~rc2' 583PACKAGE_VERSION='0.9.40'
584PACKAGE_STRING='firejail 0.9.40~rc2' 584PACKAGE_STRING='firejail 0.9.40'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then
1246 # Omit some internal or obsolete options to make the list less imposing. 1246 # Omit some internal or obsolete options to make the list less imposing.
1247 # This message is too long to be a string in the A/UX 3.1 sh. 1247 # This message is too long to be a string in the A/UX 3.1 sh.
1248 cat <<_ACEOF 1248 cat <<_ACEOF
1249\`configure' configures firejail 0.9.40~rc2 to adapt to many kinds of systems. 1249\`configure' configures firejail 0.9.40 to adapt to many kinds of systems.
1250 1250
1251Usage: $0 [OPTION]... [VAR=VALUE]... 1251Usage: $0 [OPTION]... [VAR=VALUE]...
1252 1252
@@ -1307,7 +1307,7 @@ fi
1307 1307
1308if test -n "$ac_init_help"; then 1308if test -n "$ac_init_help"; then
1309 case $ac_init_help in 1309 case $ac_init_help in
1310 short | recursive ) echo "Configuration of firejail 0.9.40~rc2:";; 1310 short | recursive ) echo "Configuration of firejail 0.9.40:";;
1311 esac 1311 esac
1312 cat <<\_ACEOF 1312 cat <<\_ACEOF
1313 1313
@@ -1403,7 +1403,7 @@ fi
1403test -n "$ac_init_help" && exit $ac_status 1403test -n "$ac_init_help" && exit $ac_status
1404if $ac_init_version; then 1404if $ac_init_version; then
1405 cat <<\_ACEOF 1405 cat <<\_ACEOF
1406firejail configure 0.9.40~rc2 1406firejail configure 0.9.40
1407generated by GNU Autoconf 2.69 1407generated by GNU Autoconf 2.69
1408 1408
1409Copyright (C) 2012 Free Software Foundation, Inc. 1409Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1705,7 +1705,7 @@ cat >config.log <<_ACEOF
1705This file contains any messages produced by compilers while 1705This file contains any messages produced by compilers while
1706running configure, to aid debugging if configure makes a mistake. 1706running configure, to aid debugging if configure makes a mistake.
1707 1707
1708It was created by firejail $as_me 0.9.40~rc2, which was 1708It was created by firejail $as_me 0.9.40, which was
1709generated by GNU Autoconf 2.69. Invocation command line was 1709generated by GNU Autoconf 2.69. Invocation command line was
1710 1710
1711 $ $0 $@ 1711 $ $0 $@
@@ -4184,7 +4184,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4184# report actual input values of CONFIG_FILES etc. instead of their 4184# report actual input values of CONFIG_FILES etc. instead of their
4185# values after options handling. 4185# values after options handling.
4186ac_log=" 4186ac_log="
4187This file was extended by firejail $as_me 0.9.40~rc2, which was 4187This file was extended by firejail $as_me 0.9.40, which was
4188generated by GNU Autoconf 2.69. Invocation command line was 4188generated by GNU Autoconf 2.69. Invocation command line was
4189 4189
4190 CONFIG_FILES = $CONFIG_FILES 4190 CONFIG_FILES = $CONFIG_FILES
@@ -4238,7 +4238,7 @@ _ACEOF
4238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4239ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4239ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4240ac_cs_version="\\ 4240ac_cs_version="\\
4241firejail config.status 0.9.40~rc2 4241firejail config.status 0.9.40
4242configured by $0, generated by GNU Autoconf 2.69, 4242configured by $0, generated by GNU Autoconf 2.69,
4243 with options \\"\$ac_cs_config\\" 4243 with options \\"\$ac_cs_config\\"
4244 4244
diff --git a/configure.ac b/configure.ac
index 09b1076c4..47048046b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.40~rc2, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.40, netblue30@yahoo.com, , http://firejail.wordpress.com)
3AC_CONFIG_SRCDIR([src/firejail/main.c]) 3AC_CONFIG_SRCDIR([src/firejail/main.c])
4#AC_CONFIG_HEADERS([config.h]) 4#AC_CONFIG_HEADERS([config.h])
5 5
diff --git a/src/firejail/fs_bin.c b/src/firejail/fs_bin.c
index 8ac9d4f3f..251a1cb8f 100644
--- a/src/firejail/fs_bin.c
+++ b/src/firejail/fs_bin.c
@@ -111,7 +111,7 @@ void fs_check_bin_list(void) {
111// fprintf(stderr, "Warning: no --private-bin list executable found, option disabled\n"); 111// fprintf(stderr, "Warning: no --private-bin list executable found, option disabled\n");
112// cfg.bin_private_keep = NULL; 112// cfg.bin_private_keep = NULL;
113// arg_private_bin = 0; 113// arg_private_bin = 0;
114// free(newlist); 114 free(newlist);
115 } 115 }
116 else { 116 else {
117 ptr = strrchr(newlist, ','); 117 ptr = strrchr(newlist, ',');
diff --git a/test/configure b/test/configure
index bdf36fcad..9acd021c8 100755
--- a/test/configure
+++ b/test/configure
@@ -28,7 +28,7 @@ ROOTDIR="/tmp/chroot" # default chroot directory
28DEFAULT_FILES="/bin/bash /bin/sh " # basic chroot files 28DEFAULT_FILES="/bin/bash /bin/sh " # basic chroot files
29DEFAULT_FILES+="/etc/passwd /etc/nsswitch.conf /etc/group " 29DEFAULT_FILES+="/etc/passwd /etc/nsswitch.conf /etc/group "
30DEFAULT_FILES+=`find /lib -name libnss*` # files required by glibc 30DEFAULT_FILES+=`find /lib -name libnss*` # files required by glibc
31DEFAULT_FILES+=" /bin/cp /bin/ls /bin/cat /bin/ps /bin/netstat /bin/ping /sbin/ifconfig /usr/bin/touch /bin/hostname /bin/grep /usr/bin/dig /usr/bin/openssl /usr/bin/id /usr/bin/getent /usr/bin/whoami /usr/bin/wc /usr/bin/wget /bin/umount" 31DEFAULT_FILES+=" /bin/cp /bin/ls /bin/cat /bin/ps /bin/netstat /bin/ping /sbin/ifconfig /usr/bin/touch /bin/ip /bin/hostname /bin/grep /usr/bin/dig /usr/bin/openssl /usr/bin/id /usr/bin/getent /usr/bin/whoami /usr/bin/wc /usr/bin/wget /bin/umount"
32 32
33rm -fr $ROOTDIR 33rm -fr $ROOTDIR
34mkdir -p $ROOTDIR/{root,bin,lib,lib64,usr,home,etc,dev/shm,tmp,var/run,var/tmp,var/lock,var/log,proc} 34mkdir -p $ROOTDIR/{root,bin,lib,lib64,usr,home,etc,dev/shm,tmp,var/run,var/tmp,var/lock,var/log,proc}
diff --git a/test/test-root.sh b/test/test-root.sh
index 7e1a0b968..aca48d334 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -9,7 +9,7 @@ echo "TESTING: profile tmpfs (profile_tmpfs)"
9./profile_tmpfs.exp 9./profile_tmpfs.exp
10 10
11echo "TESTING: network interfaces (net_interface.exp)" 11echo "TESTING: network interfaces (net_interface.exp)"
12./net_interface.exp 12./network/net_interface.exp
13 13
14echo "TESTING: chroot (fs_chroot_asroot.exp)" 14echo "TESTING: chroot (fs_chroot_asroot.exp)"
15./fs_chroot_asroot.exp 15./fs_chroot_asroot.exp
@@ -48,13 +48,13 @@ echo "TESTING: /proc/sysrq-trigger reset disabled (sysrq-trigger.exp)"
48./sysrq-trigger.exp 48./sysrq-trigger.exp
49 49
50echo "TESTING: seccomp umount (seccomp-umount.exp)" 50echo "TESTING: seccomp umount (seccomp-umount.exp)"
51./seccomp-umount.exp 51./filters/seccomp-umount.exp
52 52
53echo "TESTING: seccomp chmod (seccomp-chmod.exp)" 53echo "TESTING: seccomp chmod (seccomp-chmod.exp)"
54./seccomp-chmod.exp 54./filters/seccomp-chmod.exp
55 55
56echo "TESTING: seccomp chown (seccomp-chown.exp)" 56echo "TESTING: seccomp chown (seccomp-chown.exp)"
57./seccomp-chown.exp 57./filters/seccomp-chown.exp
58 58
59echo "TESTING: bind directory (option_bind_directory.exp)" 59echo "TESTING: bind directory (option_bind_directory.exp)"
60./option_bind_directory.exp 60./option_bind_directory.exp