aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-07-27 19:47:05 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-07-27 19:47:05 -0400
commit65f2c7ed947178f2ba183b150e46fe03ffa1a3ca (patch)
treefcdfca109bf0294b1a037d829ca1360052d8a2ec
parentline counter (diff)
downloadfirejail-65f2c7ed947178f2ba183b150e46fe03ffa1a3ca.tar.gz
firejail-65f2c7ed947178f2ba183b150e46fe03ffa1a3ca.tar.zst
firejail-65f2c7ed947178f2ba183b150e46fe03ffa1a3ca.zip
phase1 testing
-rw-r--r--Makefile.in4
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--src/firejail/sandbox.c2
4 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in
index c09b1cd4c..8fd301879 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,7 +178,7 @@ uninstall:
178 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 178 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
179 179
180DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" 180DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES"
181DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 181DISTFILES_TEST = "test/apps test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils"
182 182
183dist: 183dist:
184 mv config.status config.status.old 184 mv config.status config.status.old
@@ -290,5 +290,5 @@ test-root:
290 290
291# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc" 291# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc"
292 292
293test-all: test-root test-chroot test-network test-appimage test-overlay 293test-all: test-root test-network test-appimage
294 echo "TEST COMPLETE" 294 echo "TEST COMPLETE"
diff --git a/configure b/configure
index bc86756ff..d70004819 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.55. 3# Generated by GNU Autoconf 2.69 for firejail LTSbase-0.9.55.
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.55' 583PACKAGE_VERSION='LTSbase-0.9.55'
584PACKAGE_STRING='firejail 0.9.55' 584PACKAGE_STRING='firejail LTSbase-0.9.55'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1275,7 +1275,7 @@ if test "$ac_init_help" = "long"; then
1275 # Omit some internal or obsolete options to make the list less imposing. 1275 # Omit some internal or obsolete options to make the list less imposing.
1276 # This message is too long to be a string in the A/UX 3.1 sh. 1276 # This message is too long to be a string in the A/UX 3.1 sh.
1277 cat <<_ACEOF 1277 cat <<_ACEOF
1278\`configure' configures firejail 0.9.55 to adapt to many kinds of systems. 1278\`configure' configures firejail LTSbase-0.9.55 to adapt to many kinds of systems.
1279 1279
1280Usage: $0 [OPTION]... [VAR=VALUE]... 1280Usage: $0 [OPTION]... [VAR=VALUE]...
1281 1281
@@ -1337,7 +1337,7 @@ fi
1337 1337
1338if test -n "$ac_init_help"; then 1338if test -n "$ac_init_help"; then
1339 case $ac_init_help in 1339 case $ac_init_help in
1340 short | recursive ) echo "Configuration of firejail 0.9.55:";; 1340 short | recursive ) echo "Configuration of firejail LTSbase-0.9.55:";;
1341 esac 1341 esac
1342 cat <<\_ACEOF 1342 cat <<\_ACEOF
1343 1343
@@ -1441,7 +1441,7 @@ fi
1441test -n "$ac_init_help" && exit $ac_status 1441test -n "$ac_init_help" && exit $ac_status
1442if $ac_init_version; then 1442if $ac_init_version; then
1443 cat <<\_ACEOF 1443 cat <<\_ACEOF
1444firejail configure 0.9.55 1444firejail configure LTSbase-0.9.55
1445generated by GNU Autoconf 2.69 1445generated by GNU Autoconf 2.69
1446 1446
1447Copyright (C) 2012 Free Software Foundation, Inc. 1447Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1743,7 +1743,7 @@ cat >config.log <<_ACEOF
1743This file contains any messages produced by compilers while 1743This file contains any messages produced by compilers while
1744running configure, to aid debugging if configure makes a mistake. 1744running configure, to aid debugging if configure makes a mistake.
1745 1745
1746It was created by firejail $as_me 0.9.55, which was 1746It was created by firejail $as_me LTSbase-0.9.55, which was
1747generated by GNU Autoconf 2.69. Invocation command line was 1747generated by GNU Autoconf 2.69. Invocation command line was
1748 1748
1749 $ $0 $@ 1749 $ $0 $@
@@ -4381,7 +4381,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4381# report actual input values of CONFIG_FILES etc. instead of their 4381# report actual input values of CONFIG_FILES etc. instead of their
4382# values after options handling. 4382# values after options handling.
4383ac_log=" 4383ac_log="
4384This file was extended by firejail $as_me 0.9.55, which was 4384This file was extended by firejail $as_me LTSbase-0.9.55, which was
4385generated by GNU Autoconf 2.69. Invocation command line was 4385generated by GNU Autoconf 2.69. Invocation command line was
4386 4386
4387 CONFIG_FILES = $CONFIG_FILES 4387 CONFIG_FILES = $CONFIG_FILES
@@ -4435,7 +4435,7 @@ _ACEOF
4435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4436ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4436ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4437ac_cs_version="\\ 4437ac_cs_version="\\
4438firejail config.status 0.9.55 4438firejail config.status LTSbase-0.9.55
4439configured by $0, generated by GNU Autoconf 2.69, 4439configured by $0, generated by GNU Autoconf 2.69,
4440 with options \\"\$ac_cs_config\\" 4440 with options \\"\$ac_cs_config\\"
4441 4441
diff --git a/configure.ac b/configure.ac
index 9dc01bc8f..41b7292c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.55, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, LTSbase-0.9.55, 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/sandbox.c b/src/firejail/sandbox.c
index 06c2dbf5b..2e495a8a7 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -789,8 +789,8 @@ int sandbox(void* sandbox_arg) {
789 else 789 else
790 fs_private_home_list(); 790 fs_private_home_list();
791 } 791 }
792 else // --private
793#endif //LTS 792#endif //LTS
793 else // --private
794 fs_private(); 794 fs_private();
795 } 795 }
796 796