aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 08:54:04 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 08:54:04 -0400
commit7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b (patch)
tree4b67180ad1b1f00d7b225a616ea1f77ccd5c601e
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b.tar.gz
firejail-7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b.tar.zst
firejail-7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b.zip
google-play-music-desktop-player.profile
-rw-r--r--Makefile.in1
-rw-r--r--README1
-rw-r--r--README.md2
-rw-r--r--RELNOTES3
-rw-r--r--etc/google-play-music-desktop-player.profile1
-rw-r--r--platform/debian/conffiles1
6 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c15ecd7dd..dfeea565b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -171,6 +171,7 @@ realinstall:
171 install -c -m 0644 .etc/gpredict.profile $(DESTDIR)/$(sysconfdir)/firejail/. 171 install -c -m 0644 .etc/gpredict.profile $(DESTDIR)/$(sysconfdir)/firejail/.
172 install -c -m 0644 .etc/aweather.profile $(DESTDIR)/$(sysconfdir)/firejail/. 172 install -c -m 0644 .etc/aweather.profile $(DESTDIR)/$(sysconfdir)/firejail/.
173 install -c -m 0644 .etc/stellarium.profile $(DESTDIR)/$(sysconfdir)/firejail/. 173 install -c -m 0644 .etc/stellarium.profile $(DESTDIR)/$(sysconfdir)/firejail/.
174 install -c -m 0644 .etc/google-play-music-desktop-player.profile $(DESTDIR)/$(sysconfdir)/firejail/.
174 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 175 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
175 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 176 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
176 rm -fr .etc 177 rm -fr .etc
diff --git a/README b/README
index 7919bdaad..b1e1bd546 100644
--- a/README
+++ b/README
@@ -26,6 +26,7 @@ Matthew Gyurgyik (https://github.com/pyther)
26 - rpm spec and several fixes 26 - rpm spec and several fixes
27Joan Figueras (https://github.com/figue) 27Joan Figueras (https://github.com/figue)
28 - added abrowser profile 28 - added abrowser profile
29 - added Google-Play-Music-Desktop-Player
29Fred-Barclay (https://github.com/Fred-Barclay) 30Fred-Barclay (https://github.com/Fred-Barclay)
30 - added Vivaldi, Atril profiles 31 - added Vivaldi, Atril profiles
31 - added PaleMoon profile 32 - added PaleMoon profile
diff --git a/README.md b/README.md
index 5b2626288..1cfbd0aa9 100644
--- a/README.md
+++ b/README.md
@@ -282,5 +282,5 @@ $ man firejail-profile
282## New security profiles 282## New security profiles
283lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril, qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars, qTox, 283lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril, qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars, qTox,
284OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove, abrowser, 0ad, netsurf, 284OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove, abrowser, 0ad, netsurf,
285Warzone2100, okular, gwenview, Gpredict, Aweather, Stellarium 285Warzone2100, okular, gwenview, Gpredict, Aweather, Stellarium, Google-Play-Music-Desktop-Player
286 286
diff --git a/RELNOTES b/RELNOTES
index 188f9d513..1502f5bba 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -20,7 +20,8 @@ firejail (0.9.40-rc1) baseline; urgency=low
20 * new profiles: qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars 20 * new profiles: qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars
21 * new profiles: qTox, OpenSSH client, OpenBox, Dillo, cmus, dnsmasq 21 * new profiles: qTox, OpenSSH client, OpenBox, Dillo, cmus, dnsmasq
22 * new profiles: PaleMoon, Icedove, abrowser, 0ad, netsurf, Warzone2100 22 * new profiles: PaleMoon, Icedove, abrowser, 0ad, netsurf, Warzone2100
23 * new profiles: okular, gwenview 23 * new profiles: okular, gwenview, Google-Play-Music-Desktop-Player
24 * new profiles: Aweather, Stellarium, gpredict
24 * build rpm packages using "make rpms" 25 * build rpm packages using "make rpms"
25 * bugfixes 26 * bugfixes
26 -- netblue30 <netblue30@yahoo.com> Sun, 3 Apr 2016 08:00:00 -0500 27 -- netblue30 <netblue30@yahoo.com> Sun, 3 Apr 2016 08:00:00 -0500
diff --git a/etc/google-play-music-desktop-player.profile b/etc/google-play-music-desktop-player.profile
index 56d09d5b2..7fe43f1f6 100644
--- a/etc/google-play-music-desktop-player.profile
+++ b/etc/google-play-music-desktop-player.profile
@@ -10,6 +10,7 @@ caps.drop all
10seccomp 10seccomp
11protocol unix,inet,inet6,netlink 11protocol unix,inet,inet6,netlink
12noroot 12noroot
13netfilter
13 14
14#whitelist ~/.pulse 15#whitelist ~/.pulse
15#whitelist ~/.config/pulse 16#whitelist ~/.config/pulse
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 7ce729d6e..a5ca6d072 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -90,3 +90,4 @@
90/etc/firejail/gpredict.profile 90/etc/firejail/gpredict.profile
91/etc/firejail/aweather.profile 91/etc/firejail/aweather.profile
92/etc/firejail/stellarium.profile 92/etc/firejail/stellarium.profile
93/etc/firejail/google-play-music-desktop-player.profile