aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-02 09:14:31 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-02 09:14:31 -0400
commitafa0feed21dcd3b1ef30faf0a37110cef618feb4 (patch)
tree0c68b2207146c55415aa7d80d2a91c6aeedbcc4f
parentMerge pull request #826 from vismir2/master (diff)
downloadfirejail-afa0feed21dcd3b1ef30faf0a37110cef618feb4.tar.gz
firejail-afa0feed21dcd3b1ef30faf0a37110cef618feb4.tar.zst
firejail-afa0feed21dcd3b1ef30faf0a37110cef618feb4.zip
feh, ranger, zathura profiles
-rw-r--r--README2
-rw-r--r--RELNOTES1
-rw-r--r--etc/disable-programs.inc3
-rw-r--r--etc/zathura.profile4
4 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index dcdc7fde1..e98352913 100644
--- a/README
+++ b/README
@@ -77,6 +77,8 @@ Fred-Barclay (https://github.com/Fred-Barclay)
77 - added gnome-chess profile 77 - added gnome-chess profile
78 - added DOSBox profile 78 - added DOSBox profile
79 - evince profile enhancement 79 - evince profile enhancement
80vismir2 (https://github.com/vismir2)
81 - feh, ranger and zathura profiles
80graywolf (https://github.com/graywolf) 82graywolf (https://github.com/graywolf)
81 - spelling fix 83 - spelling fix
82Dara Adib (https://github.com/daradib) 84Dara Adib (https://github.com/daradib)
diff --git a/RELNOTES b/RELNOTES
index 2775ecdde..ad4c750b5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -17,6 +17,7 @@ firejail (0.9.43) baseline; urgency=low
17 * feature: disable 3D hardware acceleration (--no3d) 17 * feature: disable 3D hardware acceleration (--no3d)
18 * feature: x11 xpra, x11 xephyr, x11 block, allusers, no3d profile commands 18 * feature: x11 xpra, x11 xephyr, x11 block, allusers, no3d profile commands
19 * new profiles: qpdfview, mupdf, Luminance HDR, Synfig Studio, Gimp, Inkscape 19 * new profiles: qpdfview, mupdf, Luminance HDR, Synfig Studio, Gimp, Inkscape
20 * new profiles: feh, ranger, zathura
20 * bugfixes 21 * bugfixes
21 -- netblue30 <netblue30@yahoo.com> Fri, 9 Sept 2016 08:00:00 -0500 22 -- netblue30 <netblue30@yahoo.com> Fri, 9 Sept 2016 08:00:00 -0500
22 23
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 1e2b81d27..e9416b34a 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -32,6 +32,8 @@ blacklist ${HOME}/.config/synfig
32blacklist ${HOME}/.synfig 32blacklist ${HOME}/.synfig
33blacklist ${HOME}/.inkscape 33blacklist ${HOME}/.inkscape
34blacklist ${HOME}/.gimp* 34blacklist ${HOME}/.gimp*
35blacklist ${HOME}/.config/zathura
36
35 37
36# Media players 38# Media players
37blacklist ${HOME}/.config/cmus 39blacklist ${HOME}/.config/cmus
@@ -142,6 +144,7 @@ blacklist ${HOME}/.local/share/psi+
142blacklist ${HOME}/.local/share/pix 144blacklist ${HOME}/.local/share/pix
143blacklist ${HOME}/.local/share/gnome-chess 145blacklist ${HOME}/.local/share/gnome-chess
144blacklist ${HOME}/.local/share/qpdfview 146blacklist ${HOME}/.local/share/qpdfview
147blacklist ${HOME}/.local/share/zathura
145 148
146# ssh 149# ssh
147blacklist /tmp/ssh-* 150blacklist /tmp/ssh-*
diff --git a/etc/zathura.profile b/etc/zathura.profile
index 99d9a1a90..955792b2e 100644
--- a/etc/zathura.profile
+++ b/etc/zathura.profile
@@ -1,6 +1,6 @@
1# zathura document viewer profile 1# zathura document viewer profile
2# noblacklist ~/.config/zathura 2noblacklist ~/.config/zathura
3# noblacklist ~/.local/share/zathura 3noblacklist ~/.local/share/zathura
4include /etc/firejail/disable-common.inc 4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc 5include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-devel.inc 6include /etc/firejail/disable-devel.inc