From 1cceda11ad83b8e46ebe4293911046a35e2a748f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 9 Jun 2016 08:58:20 -0400 Subject: Franz messenger profile --- Makefile.in | 1 + README | 2 ++ README.md | 2 +- RELNOTES | 2 +- etc/disable-programs.inc | 2 ++ platform/debian/conffiles | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c7897145a..7a4590bcf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,6 +191,7 @@ realinstall: install -c -m 0644 .etc/gitter.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/gthumb.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/mpv.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/franz.profile $(DESTDIR)/$(sysconfdir)/firejail/. sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc diff --git a/README b/README index 437703b9b..d08a11680 100644 --- a/README +++ b/README @@ -25,6 +25,8 @@ Reiner Herrmann (https://github.com/reinerh) - clang-analyzer fixes - Debian reproducible build - unit testing framework +maces (https://github.com/maces) + - Franz messenger profile KellerFuchs (https://github.com/KellerFuchs) - nonewpriv support, extended profiles for this feature - make `restricted-network` prevent use of netfilter diff --git a/README.md b/README.md index efbb97f36..bc5717fb7 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ AppImage project home: https://github.com/probonopd/AppImageKit ## New security profiles -Gitter, gThumb, mpv +Gitter, gThumb, mpv, Franz messenger diff --git a/RELNOTES b/RELNOTES index 7731c88f2..c2552c533 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ firejail (0.9.41) baseline; urgency=low * work in progress... - * new profiles: Gitter, gThumb, mpv + * new profiles: Gitter, gThumb, mpv, Franz messenger -- netblue30 Tue, 31 May 2016 08:00:00 -0500 firejail (0.9.40) baseline; urgency=low diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index 04cc1ac7a..6e79b3be0 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -68,6 +68,7 @@ blacklist ${HOME}/.Skype blacklist ${HOME}/.config/tox blacklist ${HOME}/.TelegramDesktop blacklist ${HOME}/.config/Gitter +blacklist ${HOME}/.config/Franz # Games blacklist ${HOME}/.hedgewars @@ -106,6 +107,7 @@ blacklist ${HOME}/.cache/wesnoth blacklist ${HOME}/.cache/0ad blacklist ${HOME}/.cache/8pecxstudios blacklist ${HOME}/.cache/xreader +blacklist ${HOME}/.cache/Franz # share blacklist ${HOME}/.local/share/epiphany diff --git a/platform/debian/conffiles b/platform/debian/conffiles index b4bbdb36a..3ada0256a 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -105,3 +105,4 @@ /etc/firejail/gitter.profile /etc/firejail/gthumb.profile /etc/firejail/mpv.profile +/etc/firejail/franz.profile -- cgit v1.2.3-70-g09d2