aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-10-04 09:08:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-10-04 09:08:27 -0400
commit98e42dc6da4e4b1e47ed2aa020012d4dedc1e80e (patch)
tree68c070d4dfe6e411c05f6c8a32864c5a74a39ffb
parentmove to addgroup --system (#3632) (diff)
downloadfirejail-98e42dc6da4e4b1e47ed2aa020012d4dedc1e80e.tar.gz
firejail-98e42dc6da4e4b1e47ed2aa020012d4dedc1e80e.tar.zst
firejail-98e42dc6da4e4b1e47ed2aa020012d4dedc1e80e.zip
testing 0.9.64rc1
-rw-r--r--Makefile.in4
-rw-r--r--RELNOTES17
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
4 files changed, 21 insertions, 20 deletions
diff --git a/Makefile.in b/Makefile.in
index c3bd26c89..fd427dc00 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,8 +110,8 @@ endif
110 install -m 0644 -t $(DESTDIR)$(libdir)/firejail $(MYLIBS) $(SECCOMP_FILTERS) src/firecfg/firecfg.config 110 install -m 0644 -t $(DESTDIR)$(libdir)/firejail $(MYLIBS) $(SECCOMP_FILTERS) src/firecfg/firecfg.config
111 install -m 0755 -t $(DESTDIR)$(libdir)/firejail $(SBOX_APPS) 111 install -m 0755 -t $(DESTDIR)$(libdir)/firejail $(SBOX_APPS)
112 # non-dumpable plugins 112 # non-dumpable plugins
113 install -m 0711 -t $(DESTDIR)$(libdir)/firejail $(SBOX_APPS_NON_DUMPABLE) 113 install -m 0755 -t $(DESTDIR)$(libdir)/firejail $(SBOX_APPS_NON_DUMPABLE)
114 install -m 0711 -t $(DESTDIR)$(libdir)/firejail src/fshaper/fshaper.sh 114 install -m 0755 -t $(DESTDIR)$(libdir)/firejail src/fshaper/fshaper.sh
115ifeq ($(HAVE_CONTRIB_INSTALL),yes) 115ifeq ($(HAVE_CONTRIB_INSTALL),yes)
116 # contrib scripts 116 # contrib scripts
117 install -m 0755 -t $(DESTDIR)$(libdir)/firejail contrib/*.py contrib/*.sh 117 install -m 0755 -t $(DESTDIR)$(libdir)/firejail contrib/*.py contrib/*.sh
diff --git a/RELNOTES b/RELNOTES
index 90748ca7c..9ab45ea9c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,4 @@
1firejail (0.9.63) baseline; urgency=low 1firejail (0.9.63) baseline; urgency=low
2 * work in progress
3 * replaced --nowrap option with --wrap in firemon 2 * replaced --nowrap option with --wrap in firemon
4 * The blocking action of seccomp filters has been changed from 3 * The blocking action of seccomp filters has been changed from
5 killing the process to returning EPERM to the caller. To get the 4 killing the process to returning EPERM to the caller. To get the
@@ -38,19 +37,21 @@ firejail (0.9.63) baseline; urgency=low
38 * new profiles: hyperrogue, jumpnbump-menu, jumpnbump, magicor, mindless 37 * new profiles: hyperrogue, jumpnbump-menu, jumpnbump, magicor, mindless
39 * new profiles: mirrormagic, mrrescue, scorched3d-wrapper, scorchwentbonkers 38 * new profiles: mirrormagic, mrrescue, scorched3d-wrapper, scorchwentbonkers
40 * new profiles: seahorse-adventures, wordwarvi, xbill, gnome-klotski 39 * new profiles: seahorse-adventures, wordwarvi, xbill, gnome-klotski
41 * new profiles: swell-foop, fdns, five-or-more, steam-runtime, jitsi-meet-desktop 40 * new profiles: swell-foop, fdns, five-or-more, steam-runtime
42 * new profiles: nicotine, plv, mocp, apostrophe, quadrapassel, dino-im, strawberry 41 * new profiles: nicotine, plv, mocp, apostrophe, quadrapassel, dino-im
43 * new profiles: hitori, bijiben, gnote, gnubik, ZeGrapher, xonotic-sdl-wrapper 42 * new profiles: hitori, bijiben, gnote, gnubik, ZeGrapher, xonotic-sdl-wrapper
44 * new profiles: gapplication, openarena_ded, element-desktop, cawbird, freetube 43 * new profiles: gapplication, openarena_ded, element-desktop, cawbird
44 * new profiles: freetube, strawberry, jitsi-meet-desktop
45 * new profiles: homebank, mattermost-desktop, newsflash, com.gitlab.newsflash 45 * new profiles: homebank, mattermost-desktop, newsflash, com.gitlab.newsflash
46 * new profiles: sushi, xfce4-screenshooter, org.gnome.NautilusPreviewer, lyx 46 * new profiles: sushi, xfce4-screenshooter, org.gnome.NautilusPreviewer, lyx
47 * new profiles: minitube, nuclear, mtpaint, minecraft-launcher, gnome-calendar 47 * new profiles: minitube, nuclear, mtpaint, minecraft-launcher, gnome-calendar
48 * new profiles: vmware, git-cola, otter-browser, kazam, menulibre, musictube 48 * new profiles: vmware, git-cola, otter-browser, kazam, menulibre, musictube
49 * new profiles: onboard, fractal, mirage, quaternion, spectral, man, psi, twitch 49 * new profiles: onboard, fractal, mirage, quaternion, spectral, man, psi
50 * new profiles: smuxi-frontend-gnome, balsa, kube, trojita, youtube, ytmdesktop 50 * new profiles: smuxi-frontend-gnome, balsa, kube, trojita, youtube
51 * new profiles: youtubemusic-nativefier, cola, dbus-send, notify-send, qrencode 51 * new profiles: youtubemusic-nativefier, cola, dbus-send, notify-send
52 * new profiles: qrencode, ytmdesktop, twitch
52 * new profiles: xournalpp, chromium-freeworld, equalx 53 * new profiles: xournalpp, chromium-freeworld, equalx
53 -- netblue30 <netblue30@yahoo.com> Tue, 21 Apr 2020 08:00:00 -0500 54 -- netblue30 <netblue30@yahoo.com> Sun, 4 Oct 2020 08:00:00 -0500
54 55
55firejail (0.9.62) baseline; urgency=low 56firejail (0.9.62) baseline; urgency=low
56 * added file-copy-limit in /etc/firejail/firejail.config 57 * added file-copy-limit in /etc/firejail/firejail.config
diff --git a/configure b/configure
index 0845862b4..0935588aa 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.64.rc1. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.64rc1.
4# 4#
5# Report bugs to <netblue30@protonmail.com>. 5# Report bugs to <netblue30@protonmail.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.64.rc1' 583PACKAGE_VERSION='0.9.64rc1'
584PACKAGE_STRING='firejail 0.9.64.rc1' 584PACKAGE_STRING='firejail 0.9.64rc1'
585PACKAGE_BUGREPORT='netblue30@protonmail.com' 585PACKAGE_BUGREPORT='netblue30@protonmail.com'
586PACKAGE_URL='https://firejail.wordpress.com' 586PACKAGE_URL='https://firejail.wordpress.com'
587 587
@@ -1291,7 +1291,7 @@ if test "$ac_init_help" = "long"; then
1291 # Omit some internal or obsolete options to make the list less imposing. 1291 # Omit some internal or obsolete options to make the list less imposing.
1292 # This message is too long to be a string in the A/UX 3.1 sh. 1292 # This message is too long to be a string in the A/UX 3.1 sh.
1293 cat <<_ACEOF 1293 cat <<_ACEOF
1294\`configure' configures firejail 0.9.64.rc1 to adapt to many kinds of systems. 1294\`configure' configures firejail 0.9.64rc1 to adapt to many kinds of systems.
1295 1295
1296Usage: $0 [OPTION]... [VAR=VALUE]... 1296Usage: $0 [OPTION]... [VAR=VALUE]...
1297 1297
@@ -1353,7 +1353,7 @@ fi
1353 1353
1354if test -n "$ac_init_help"; then 1354if test -n "$ac_init_help"; then
1355 case $ac_init_help in 1355 case $ac_init_help in
1356 short | recursive ) echo "Configuration of firejail 0.9.64.rc1:";; 1356 short | recursive ) echo "Configuration of firejail 0.9.64rc1:";;
1357 esac 1357 esac
1358 cat <<\_ACEOF 1358 cat <<\_ACEOF
1359 1359
@@ -1469,7 +1469,7 @@ fi
1469test -n "$ac_init_help" && exit $ac_status 1469test -n "$ac_init_help" && exit $ac_status
1470if $ac_init_version; then 1470if $ac_init_version; then
1471 cat <<\_ACEOF 1471 cat <<\_ACEOF
1472firejail configure 0.9.64.rc1 1472firejail configure 0.9.64rc1
1473generated by GNU Autoconf 2.69 1473generated by GNU Autoconf 2.69
1474 1474
1475Copyright (C) 2012 Free Software Foundation, Inc. 1475Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1771,7 +1771,7 @@ cat >config.log <<_ACEOF
1771This file contains any messages produced by compilers while 1771This file contains any messages produced by compilers while
1772running configure, to aid debugging if configure makes a mistake. 1772running configure, to aid debugging if configure makes a mistake.
1773 1773
1774It was created by firejail $as_me 0.9.64.rc1, which was 1774It was created by firejail $as_me 0.9.64rc1, which was
1775generated by GNU Autoconf 2.69. Invocation command line was 1775generated by GNU Autoconf 2.69. Invocation command line was
1776 1776
1777 $ $0 $@ 1777 $ $0 $@
@@ -4759,7 +4759,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4759# report actual input values of CONFIG_FILES etc. instead of their 4759# report actual input values of CONFIG_FILES etc. instead of their
4760# values after options handling. 4760# values after options handling.
4761ac_log=" 4761ac_log="
4762This file was extended by firejail $as_me 0.9.64.rc1, which was 4762This file was extended by firejail $as_me 0.9.64rc1, which was
4763generated by GNU Autoconf 2.69. Invocation command line was 4763generated by GNU Autoconf 2.69. Invocation command line was
4764 4764
4765 CONFIG_FILES = $CONFIG_FILES 4765 CONFIG_FILES = $CONFIG_FILES
@@ -4813,7 +4813,7 @@ _ACEOF
4813cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4813cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4814ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4814ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4815ac_cs_version="\\ 4815ac_cs_version="\\
4816firejail config.status 0.9.64.rc1 4816firejail config.status 0.9.64rc1
4817configured by $0, generated by GNU Autoconf 2.69, 4817configured by $0, generated by GNU Autoconf 2.69,
4818 with options \\"\$ac_cs_config\\" 4818 with options \\"\$ac_cs_config\\"
4819 4819
diff --git a/configure.ac b/configure.ac
index d14045c2d..c574844c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
12# 12#
13 13
14AC_PREREQ([2.68]) 14AC_PREREQ([2.68])
15AC_INIT(firejail, 0.9.64.rc1, netblue30@protonmail.com, , https://firejail.wordpress.com) 15AC_INIT(firejail, 0.9.64rc1, netblue30@protonmail.com, , https://firejail.wordpress.com)
16AC_CONFIG_SRCDIR([src/firejail/main.c]) 16AC_CONFIG_SRCDIR([src/firejail/main.c])
17 17
18AC_CONFIG_MACRO_DIR([m4]) 18AC_CONFIG_MACRO_DIR([m4])