summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 12:11:33 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 12:11:33 -0400
commitb30aa0b66932e9ee9ceffdf12fa6540f2ca38986 (patch)
treeb58ccae07ae50b32baf0c94a8a12089544dce0cd
parentMerge pull request #474 from curiosity-seeker/master (diff)
downloadfirejail-b30aa0b66932e9ee9ceffdf12fa6540f2ca38986.tar.gz
firejail-b30aa0b66932e9ee9ceffdf12fa6540f2ca38986.tar.zst
firejail-b30aa0b66932e9ee9ceffdf12fa6540f2ca38986.zip
quiterss profile
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--platform/debian/conffiles1
4 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fbe9b24c4..b749d7f2f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -172,6 +172,7 @@ realinstall:
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 install -c -m 0644 .etc/google-play-music-desktop-player.profile $(DESTDIR)/$(sysconfdir)/firejail/.
175 install -c -m 0644 .etc/quiterss.profile $(DESTDIR)/$(sysconfdir)/firejail/.
175 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 176 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(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;" 177 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
177 rm -fr .etc 178 rm -fr .etc
diff --git a/README b/README
index 9ea2730ad..650b5236b 100644
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ curiosity-seeker (https://github.com/curiosity-seeker)
28 - dnsmasq profile 28 - dnsmasq profile
29 - okular and gwenview profiles 29 - okular and gwenview profiles
30 - cherrytree profile fixes 30 - cherrytree profile fixes
31 - added quiterss profile
31Matthew Gyurgyik (https://github.com/pyther) 32Matthew Gyurgyik (https://github.com/pyther)
32 - rpm spec and several fixes 33 - rpm spec and several fixes
33Joan Figueras (https://github.com/figue) 34Joan Figueras (https://github.com/figue)
@@ -44,6 +45,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
44 - added Gpredict profile 45 - added Gpredict profile
45 - added Aweather, Stellarium profiles 46 - added Aweather, Stellarium profiles
46 - fixed HexChat and Atril profiles 47 - fixed HexChat and Atril profiles
48 - fixed disable-common.inc for mate-terminal
47avoidr (https://github.com/avoidr) 49avoidr (https://github.com/avoidr)
48 - whitelist fix 50 - whitelist fix
49 - recently-used.xbel fix 51 - recently-used.xbel fix
diff --git a/README.md b/README.md
index 8e68232b0..68ae3118a 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, Google-Play-Music-Desktop-Player 285Warzone2100, okular, gwenview, Gpredict, Aweather, Stellarium, Google-Play-Music-Desktop-Player, quiterss
286 286
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index a5ca6d072..8297f96eb 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -91,3 +91,4 @@
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 93/etc/firejail/google-play-music-desktop-player.profile
94/etc/firejail/quiterss.profile