From 059b4f4c5c36feef56e97d0baffd6849ec26ded5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 20 Jan 2016 10:02:03 -0500 Subject: seamonkey profiles --- Makefile.in | 2 ++ README | 2 ++ RELNOTES | 2 +- platform/debian/conffiles | 3 +++ seamonkey.profile | 30 ------------------------------ 5 files changed, 8 insertions(+), 31 deletions(-) delete mode 100644 seamonkey.profile diff --git a/Makefile.in b/Makefile.in index 1de44c578..2a03e6fdf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -129,6 +129,8 @@ realinstall: install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/parole.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/kmail.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/seamonkey.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/seamonkey-bin.profile $(DESTDIR)/$(sysconfdir)/firejail/. bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc # man pages diff --git a/README b/README index ad325c8e9..b930f9c56 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ License: GPL v2 Firejail Authors: netblue30 (netblue30@yahoo.com) +mahdi1234 (https://github.com/mahdi1234) + - Seamonkey profiles Ivan Kozik (https://github.com/ivan) - speed up sandbox exit Christian 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 * security profiles fixes * dynamic allocation of noblacklist buffer * --ip6 option - IPv6 support - * added KMail profile + * added KMail, Seamonkey profiles * --join command enhancement (--join-network, --join-filesystem) * symlink invocation -- netblue30 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 @@ /etc/firejail/rtorrent.profile /etc/firejail/parole.profile /etc/firejail/kmail.profile +/etc/firejail/seamonkey.profile +/etc/firejail/seamonkey-bin.profile + diff --git a/seamonkey.profile b/seamonkey.profile deleted file mode 100644 index d21efc7f5..000000000 --- a/seamonkey.profile +++ /dev/null @@ -1,30 +0,0 @@ -# Firejail profile for Mozilla Firefox (Iceweasel in Debian) -noblacklist ${HOME}/.mozilla -include /etc/firejail/disable-mgmt.inc -include /etc/firejail/disable-secret.inc -include /etc/firejail/disable-common.inc -include /etc/firejail/disable-devel.inc -caps.drop all -seccomp -protocol unix,inet,inet6,netlink -netfilter -tracelog -noroot -whitelist ${DOWNLOADS} -whitelist ~/.mozilla/seamonkey -whitelist ~/.cache/mozilla/seamonkey -whitelist ~/dwhelper -whitelist ~/.zotero -whitelist ~/.lastpass -whitelist ~/.vimperatorrc -whitelist ~/.vimperator -whitelist ~/.pentadactylrc -whitelist ~/.pentadactyl -whitelist ~/.keysnail.js -whitelist ~/.config/gnome-mplayer -whitelist ~/.cache/gnome-mplayer/plugin -include /etc/firejail/whitelist-common.inc - -# experimental features -#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 - -- cgit v1.2.3-70-g09d2