From 7b37c90240d760d2ce6a73e11f3e9a12edeb5955 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 12 Aug 2019 17:24:55 +0200 Subject: add bzcat profile --- README.md | 2 +- RELNOTES | 2 +- etc/bunzip2.profile | 1 + etc/bzcat.profile | 15 +++++++++++++++ etc/bzip2.profile | 1 + etc/gunzip.profile | 1 + src/firecfg/firecfg.config | 1 + 7 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 etc/bzcat.profile diff --git a/README.md b/README.md index 2c6c46e5f..89c4b9c53 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,4 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe ## New profiles: -gnome-sound-recorder, godot, jerry, keepassxc-cli, keepassxc-proxy, klatexformula, klatexformula_cmdl, links, newsbeuter, OpenArena, pandoc, qgis, rhythmbox-client, tcpdump, teams-for-linux, tshark, xlinks, zeal, mpg123, conplay, mpg123.bin, mpg123-alsa, mpg123-id3dump, mpg123-jack, mpg123-nas, mpg123-openal, mpg123-oss, mpg123-portaudio, mpg123-pulse, mpg123-strip, out123, pavucontrol-qt, gnome-characters, gnome-character-map, rsync, Whalebird, tor-browser (AUR), Zulip, tb-starter-wrapper +gnome-sound-recorder, godot, jerry, keepassxc-cli, keepassxc-proxy, klatexformula, klatexformula_cmdl, links, newsbeuter, OpenArena, pandoc, qgis, rhythmbox-client, tcpdump, teams-for-linux, tshark, xlinks, zeal, mpg123, conplay, mpg123.bin, mpg123-alsa, mpg123-id3dump, mpg123-jack, mpg123-nas, mpg123-openal, mpg123-oss, mpg123-portaudio, mpg123-pulse, mpg123-strip, out123, pavucontrol-qt, gnome-characters, gnome-character-map, rsync, Whalebird, tor-browser (AUR), Zulip, tb-starter-wrapper, bzcat diff --git a/RELNOTES b/RELNOTES index acf2667a4..d639940bd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -12,7 +12,7 @@ firejail (0.9.61) baseline; urgency=low * new profiles: mpg123-jack, mpg123-nas, mpg123-openal, mpg123-oss * new profiles: mpg123-portaudio, mpg123-pulse, mpg123-strip, pavucontrol-qt * new profiles: gnome-characters, gnome-character-map, rsync, Whalebird, - * new profiles: tor-browser (AUR), Zulip, tb-starter-wrapper + * new profiles: tor-browser (AUR), Zulip, tb-starter-wrapper, bzcat -- netblue30 Sat, 1 Jun 2019 08:00:00 -0500 firejail (0.9.60) baseline; urgency=low diff --git a/etc/bunzip2.profile b/etc/bunzip2.profile index ff86cbdfc..37b47c2ce 100644 --- a/etc/bunzip2.profile +++ b/etc/bunzip2.profile @@ -1,6 +1,7 @@ # Firejail profile for bunzip2 # Description: A high-quality data compression program # This file is overwritten after every install/update +quiet # Persistent local customizations include bunzip2.local # Persistent global definitions diff --git a/etc/bzcat.profile b/etc/bzcat.profile new file mode 100644 index 000000000..edefb6bb8 --- /dev/null +++ b/etc/bzcat.profile @@ -0,0 +1,15 @@ +# Firejail profile for bzcat +# Description: A high-quality data compression program +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include bzcat.local +# Persistent global definitions +# added by included profile +#include globals.local + +ignore read-write +read-only ${HOME} + +# Redirect +include gzip.profile diff --git a/etc/bzip2.profile b/etc/bzip2.profile index 0f2fdd35a..0756e0537 100644 --- a/etc/bzip2.profile +++ b/etc/bzip2.profile @@ -1,6 +1,7 @@ # Firejail profile for bzip2 # Description: A high-quality data compression program # This file is overwritten after every install/update +quiet # Persistent local customizations include bzip2.local # Persistent global definitions diff --git a/etc/gunzip.profile b/etc/gunzip.profile index aff990ec0..6e97c6b78 100644 --- a/etc/gunzip.profile +++ b/etc/gunzip.profile @@ -1,5 +1,6 @@ # Firejail profile for gunzip # This file is overwritten after every install/update +quiet # Persistent local customizations include gunzip.local # Persistent global definitions diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index a6f259466..b44337d78 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -81,6 +81,7 @@ brasero brave brave-browser bunzip2 +bzcat bzflag bzip2 calibre -- cgit v1.2.3-54-g00ecf