summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--README2
-rw-r--r--RELNOTES2
-rw-r--r--platform/debian/conffiles3
-rw-r--r--seamonkey.profile30
5 files changed, 8 insertions, 31 deletions
diff --git a/Makefile.in b/Makefile.in
index 1de44c578..2a03e6fdf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -129,6 +129,8 @@ realinstall:
129 install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/. 129 install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/.
130 install -c -m 0644 .etc/parole.profile $(DESTDIR)/$(sysconfdir)/firejail/. 130 install -c -m 0644 .etc/parole.profile $(DESTDIR)/$(sysconfdir)/firejail/.
131 install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/. 131 install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/.
132 install -c -m 0644 .etc/seamonkey.profile $(DESTDIR)/$(sysconfdir)/firejail/.
133 install -c -m 0644 .etc/seamonkey-bin.profile $(DESTDIR)/$(sysconfdir)/firejail/.
132 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 134 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
133 rm -fr .etc 135 rm -fr .etc
134 # man pages 136 # man pages
diff --git a/README b/README
index ad325c8e9..b930f9c56 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21mahdi1234 (https://github.com/mahdi1234)
22 - Seamonkey profiles
21Ivan Kozik (https://github.com/ivan) 23Ivan Kozik (https://github.com/ivan)
22 - speed up sandbox exit 24 - speed up sandbox exit
23Christian Stadelmann (https://github.com/genodeftest) 25Christian Stadelmann (https://github.com/genodeftest)
diff --git a/RELNOTES b/RELNOTES
index 7d290e0f5..dc3a36ce2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -3,7 +3,7 @@ firejail (0.9.37) baseline; urgency=low
3 * security profiles fixes 3 * security profiles fixes
4 * dynamic allocation of noblacklist buffer 4 * dynamic allocation of noblacklist buffer
5 * --ip6 option - IPv6 support 5 * --ip6 option - IPv6 support
6 * added KMail profile 6 * added KMail, Seamonkey profiles
7 * --join command enhancement (--join-network, --join-filesystem) 7 * --join command enhancement (--join-network, --join-filesystem)
8 * symlink invocation 8 * symlink invocation
9-- netblue30 <netblue30@yahoo.com> 9-- netblue30 <netblue30@yahoo.com>
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 83a4404cf..d72b5ffe6 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -55,3 +55,6 @@
55/etc/firejail/rtorrent.profile 55/etc/firejail/rtorrent.profile
56/etc/firejail/parole.profile 56/etc/firejail/parole.profile
57/etc/firejail/kmail.profile 57/etc/firejail/kmail.profile
58/etc/firejail/seamonkey.profile
59/etc/firejail/seamonkey-bin.profile
60
diff --git a/seamonkey.profile b/seamonkey.profile
deleted file mode 100644
index d21efc7f5..000000000
--- a/seamonkey.profile
+++ /dev/null
@@ -1,30 +0,0 @@
1# Firejail profile for Mozilla Firefox (Iceweasel in Debian)
2noblacklist ${HOME}/.mozilla
3include /etc/firejail/disable-mgmt.inc
4include /etc/firejail/disable-secret.inc
5include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-devel.inc
7caps.drop all
8seccomp
9protocol unix,inet,inet6,netlink
10netfilter
11tracelog
12noroot
13whitelist ${DOWNLOADS}
14whitelist ~/.mozilla/seamonkey
15whitelist ~/.cache/mozilla/seamonkey
16whitelist ~/dwhelper
17whitelist ~/.zotero
18whitelist ~/.lastpass
19whitelist ~/.vimperatorrc
20whitelist ~/.vimperator
21whitelist ~/.pentadactylrc
22whitelist ~/.pentadactyl
23whitelist ~/.keysnail.js
24whitelist ~/.config/gnome-mplayer
25whitelist ~/.cache/gnome-mplayer/plugin
26include /etc/firejail/whitelist-common.inc
27
28# experimental features
29#private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,gtk-2.0,pango,fonts,iceweasel,firefox,adobe,mime.types,mailcap,asound.conf,pulse
30