aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-14 09:23:26 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-14 09:23:26 -0400
commitdccd4fb9113744b78450d102345ce153ffe58e38 (patch)
tree7336358fe560cdb5f9c683dc6bd984e505ab029d
parentMerge pull request #434 from Fred-Barclay/master (diff)
downloadfirejail-dccd4fb9113744b78450d102345ce153ffe58e38.tar.gz
firejail-dccd4fb9113744b78450d102345ce153ffe58e38.tar.zst
firejail-dccd4fb9113744b78450d102345ce153ffe58e38.zip
split icedove and thunderbird profiles
-rw-r--r--Makefile.in1
-rw-r--r--README1
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--platform/debian/conffiles2
5 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d4a2a0eb0..7aa080dfc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -161,6 +161,7 @@ realinstall:
161 install -c -m 0644 .etc/cmus.profile $(DESTDIR)/$(sysconfdir)/firejail/. 161 install -c -m 0644 .etc/cmus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
162 install -c -m 0644 .etc/dnsmasq.profile $(DESTDIR)/$(sysconfdir)/firejail/. 162 install -c -m 0644 .etc/dnsmasq.profile $(DESTDIR)/$(sysconfdir)/firejail/.
163 install -c -m 0644 .etc/palemoon.profile $(DESTDIR)/$(sysconfdir)/firejail/. 163 install -c -m 0644 .etc/palemoon.profile $(DESTDIR)/$(sysconfdir)/firejail/.
164 install -c -m 0644 .etc/icedove.profile $(DESTDIR)/$(sysconfdir)/firejail/.
164 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 165 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
165 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 166 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
166 rm -fr .etc 167 rm -fr .etc
diff --git a/README b/README
index 380122b41..849a74599 100644
--- a/README
+++ b/README
@@ -21,6 +21,7 @@ netblue30 (netblue30@yahoo.com)
21Fred-Barclay (https://github.com/Fred-Barclay) 21Fred-Barclay (https://github.com/Fred-Barclay)
22 - added Vivaldi, Atril profiles 22 - added Vivaldi, Atril profiles
23 - added PaleMoon profile 23 - added PaleMoon profile
24 - split Icedove and Thunderbird profiles
24avoidr (https://github.com/avoidr) 25avoidr (https://github.com/avoidr)
25 - whitelist fix 26 - whitelist fix
26 - recently-used.xbel fix 27 - recently-used.xbel fix
diff --git a/README.md b/README.md
index 963adc437..b625cff57 100644
--- a/README.md
+++ b/README.md
@@ -281,5 +281,5 @@ $ man firejail-profile
281 281
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 284OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove
285 285
diff --git a/RELNOTES b/RELNOTES
index 1ae904083..9f231a7f3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -18,7 +18,7 @@ firejail (0.9.40-rc1) baseline; urgency=low
18 * new profiles: lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril 18 * new profiles: lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril
19 * new profiles: qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars 19 * new profiles: qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars
20 * new profiles: qTox, OpenSSH client, OpenBox, Dillo, cmus, dnsmasq 20 * new profiles: qTox, OpenSSH client, OpenBox, Dillo, cmus, dnsmasq
21 * new profiles: PaleMoon 21 * new profiles: PaleMoon, Icedove
22 * build rpm packages using "make rpms" 22 * build rpm packages using "make rpms"
23 * bugfixes 23 * bugfixes
24 -- netblue30 <netblue30@yahoo.com> Sun, 3 Apr 2016 08:00:00 -0500 24 -- netblue30 <netblue30@yahoo.com> Sun, 3 Apr 2016 08:00:00 -0500
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index c16323a92..c0b4c894f 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -81,3 +81,5 @@
81/etc/firejail/cmus.profile 81/etc/firejail/cmus.profile
82/etc/firejail/dnsmasq.profile 82/etc/firejail/dnsmasq.profile
83/etc/firejail/palemoon.profile 83/etc/firejail/palemoon.profile
84/etc/firejail/icedove.profile
85