aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 11:30:33 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 11:30:33 -0400
commitb72b5caa9c641f0230103977c9fcdbbdc5b2ea0c (patch)
treeecdda739d7d71bae855da66997c71f80d1b848fc
parentMerge pull request #479 from figue/master (diff)
downloadfirejail-b72b5caa9c641f0230103977c9fcdbbdc5b2ea0c.tar.gz
firejail-b72b5caa9c641f0230103977c9fcdbbdc5b2ea0c.tar.zst
firejail-b72b5caa9c641f0230103977c9fcdbbdc5b2ea0c.zip
cyberfox profile
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--RELNOTES2
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--platform/debian/conffiles1
5 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ae9a3a54..b80dbe15b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -177,6 +177,7 @@ realinstall:
177 install -c -m 0644 .etc/stellarium.profile $(DESTDIR)/$(sysconfdir)/firejail/. 177 install -c -m 0644 .etc/stellarium.profile $(DESTDIR)/$(sysconfdir)/firejail/.
178 install -c -m 0644 .etc/google-play-music-desktop-player.profile $(DESTDIR)/$(sysconfdir)/firejail/. 178 install -c -m 0644 .etc/google-play-music-desktop-player.profile $(DESTDIR)/$(sysconfdir)/firejail/.
179 install -c -m 0644 .etc/quiterss.profile $(DESTDIR)/$(sysconfdir)/firejail/. 179 install -c -m 0644 .etc/quiterss.profile $(DESTDIR)/$(sysconfdir)/firejail/.
180 install -c -m 0644 .etc/cyberfox.profile $(DESTDIR)/$(sysconfdir)/firejail/.
180 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 181 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
181 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 182 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
182 rm -fr .etc 183 rm -fr .etc
diff --git a/README b/README
index 069a6e664..99cd08a5e 100644
--- a/README
+++ b/README
@@ -18,6 +18,7 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21
21Ruan (https://github.com/ruany) 22Ruan (https://github.com/ruany)
22 - fixed hexchat profile 23 - fixed hexchat profile
23Vasya Novikov (https://github.com/vn971) 24Vasya Novikov (https://github.com/vn971)
@@ -36,6 +37,7 @@ Matthew Gyurgyik (https://github.com/pyther)
36Joan Figueras (https://github.com/figue) 37Joan Figueras (https://github.com/figue)
37 - added abrowser profile 38 - added abrowser profile
38 - added Google-Play-Music-Desktop-Player 39 - added Google-Play-Music-Desktop-Player
40 - added cyberfox profile
39Fred-Barclay (https://github.com/Fred-Barclay) 41Fred-Barclay (https://github.com/Fred-Barclay)
40 - added Vivaldi, Atril profiles 42 - added Vivaldi, Atril profiles
41 - added PaleMoon profile 43 - added PaleMoon profile
diff --git a/RELNOTES b/RELNOTES
index 91b41abcf..0a5cc926d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -22,7 +22,7 @@ firejail (0.9.40-rc1) baseline; urgency=low
22 * new profiles: qTox, OpenSSH client, OpenBox, Dillo, cmus, dnsmasq 22 * new profiles: qTox, OpenSSH client, OpenBox, Dillo, cmus, dnsmasq
23 * new profiles: PaleMoon, Icedove, abrowser, 0ad, netsurf, Warzone2100 23 * new profiles: PaleMoon, Icedove, abrowser, 0ad, netsurf, Warzone2100
24 * new profiles: okular, gwenview, Google-Play-Music-Desktop-Player 24 * new profiles: okular, gwenview, Google-Play-Music-Desktop-Player
25 * new profiles: Aweather, Stellarium, gpredict, quiterss 25 * new profiles: Aweather, Stellarium, gpredict, quiterss, cyberfox
26 * build rpm packages using "make rpms" 26 * build rpm packages using "make rpms"
27 * bugfixes 27 * bugfixes
28 -- netblue30 <netblue30@yahoo.com> Sun, 3 Apr 2016 08:00:00 -0500 28 -- netblue30 <netblue30@yahoo.com> Sun, 3 Apr 2016 08:00:00 -0500
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 317ac082f..297d25bf2 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -45,6 +45,7 @@ blacklist ${HOME}/.conkeror.mozdev.org
45blacklist ${HOME}/.config/epiphany 45blacklist ${HOME}/.config/epiphany
46blacklist ${HOME}/.config/slimjet 46blacklist ${HOME}/.config/slimjet
47blacklist ${HOME}/.config/qutebrowser 47blacklist ${HOME}/.config/qutebrowser
48blacklist ${HOME}/.8pecxstudios
48 49
49# Instant Messaging 50# Instant Messaging
50blacklist ${HOME}/.config/hexchat 51blacklist ${HOME}/.config/hexchat
@@ -93,6 +94,7 @@ blacklist ${HOME}/.cache/icedove
93blacklist ${HOME}/.cache/transmission 94blacklist ${HOME}/.cache/transmission
94blacklist ${HOME}/.cache/wesnoth 95blacklist ${HOME}/.cache/wesnoth
95blacklist ${HOME}/.cache/0ad 96blacklist ${HOME}/.cache/0ad
97blacklist ${HOME}/.cache/8pecxstudios
96 98
97# share 99# share
98blacklist ${HOME}/.local/share/epiphany 100blacklist ${HOME}/.local/share/epiphany
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 8297f96eb..2456d8a90 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -92,3 +92,4 @@
92/etc/firejail/stellarium.profile 92/etc/firejail/stellarium.profile
93/etc/firejail/google-play-music-desktop-player.profile 93/etc/firejail/google-play-music-desktop-player.profile
94/etc/firejail/quiterss.profile 94/etc/firejail/quiterss.profile
95/etc/firejail/cyberfox.profile