Skip to content

Commit

Permalink
0.9.42 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Sep 8, 2016
1 parent e8452a3 commit 22d6041
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 37 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Fred-Barclay (https://github.com/Fred-Barclay)
- added eom profile
- added gnome-chess profile
- added DOSBox profile
Sergey Alirzaev (https://github.com/l29ah)
- firejail.h enum fix
greigdp (https://github.com/greigdp)
- Gajim IM client profile
- fix Slack profile
Expand Down
4 changes: 2 additions & 2 deletions RELNOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
firejail (0.9.42~rc2) baseline; urgency=low
firejail (0.9.42) baseline; urgency=low
* security: --whitelist deleted files, submitted by Vasya Novikov
* security: disable x32 ABI in seccomp, submitted by Jann Horn
* security: tighten --chroot, submitted by Jann Horn
Expand Down Expand Up @@ -43,7 +43,7 @@ firejail (0.9.42~rc2) baseline; urgency=low
* profiles: tar (gtar), unzip, unrar, file, skypeforlinux,
* profiles: inox, Slack, gnome-chess. Gajim IM client, DOSBox
* bugfixes
-- netblue30 <[email protected]> Fri, 26 Aug 2016 08:00:00 -0500
-- netblue30 <[email protected]> Thu, 8 Sept 2016 08:00:00 -0500

firejail (0.9.40) baseline; urgency=low
* added --nice option
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for firejail 0.9.42~rc3.
# Generated by GNU Autoconf 2.69 for firejail 0.9.42.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='firejail'
PACKAGE_TARNAME='firejail'
PACKAGE_VERSION='0.9.42~rc3'
PACKAGE_STRING='firejail 0.9.42~rc3'
PACKAGE_VERSION='0.9.42'
PACKAGE_STRING='firejail 0.9.42'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='http:https://firejail.wordpress.com'

Expand Down Expand Up @@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures firejail 0.9.42~rc3 to adapt to many kinds of systems.
\`configure' configures firejail 0.9.42 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1320,7 +1320,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of firejail 0.9.42~rc3:";;
short | recursive ) echo "Configuration of firejail 0.9.42:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1424,7 +1424,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
firejail configure 0.9.42~rc3
firejail configure 0.9.42
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1726,7 +1726,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by firejail $as_me 0.9.42~rc3, which was
It was created by firejail $as_me 0.9.42, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -4310,7 +4310,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by firejail $as_me 0.9.42~rc3, which was
This file was extended by firejail $as_me 0.9.42, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4364,7 +4364,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
firejail config.status 0.9.42~rc3
firejail config.status 0.9.42
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
AC_INIT(firejail, 0.9.42~rc3, [email protected], , http:https://firejail.wordpress.com)
AC_INIT(firejail, 0.9.42, [email protected], , http:https://firejail.wordpress.com)
AC_CONFIG_SRCDIR([src/firejail/main.c])
#AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion test/profiles/profile_syntax.exp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sleep 1
send -- "ls -l /etc/shadow\r"
expect {
timeout {puts "TESTING ERROR 3\n";exit}
"root root 0"
"root root"
}

sleep 1
Expand Down
21 changes: 0 additions & 21 deletions test/sysrq-trigger.exp

This file was deleted.

5 changes: 2 additions & 3 deletions test/test-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ then
./servers6.exp
fi

echo "TESTING: /proc/sysrq-trigger reset disabled (sysrq-trigger.exp)"
./sysrq-trigger.exp

echo "TESTING: seccomp umount (seccomp-umount.exp)"
./filters/seccomp-umount.exp

Expand Down Expand Up @@ -80,3 +77,5 @@ rm -f /tmp/chroot/etc/resolv.conf
ln -s tmp /tmp/chroot/etc/resolv.conf
./chroot-resolvconf.exp
rm -f tmpfile
rm /tmp/chroot/etc/resolv.conf

0 comments on commit 22d6041

Please sign in to comment.