From 3aa0c8520e9b14cea51c1db9b63a21915ece6f33 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 12 Jan 2016 12:37:43 -0500 Subject: added kmail profile --- Makefile.in | 1 + README | 3 +++ RELNOTES | 1 + etc/kmail.profile | 19 +++++++++++++++++++ platform/debian/conffiles | 1 + 5 files changed, 25 insertions(+) create mode 100644 etc/kmail.profile diff --git a/Makefile.in b/Makefile.in index 8c1a21e9a..748d93226 100644 --- a/Makefile.in +++ b/Makefile.in @@ -128,6 +128,7 @@ realinstall: install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 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/. 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 17bf3cf8a..23f3afec7 100644 --- a/README +++ b/README @@ -18,6 +18,9 @@ License: GPL v2 Firejail Authors: netblue30 (netblue30@yahoo.com) + +pirate486743186 (https://github.com/pirate486743186) + - KMail profile Kaan Genç (https://github.com/SeriousBug) - dynamic allocation of noblacklist buffer jrabe (https://github.com/jrabe) diff --git a/RELNOTES b/RELNOTES index a51fb1afb..5a0289dd1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -3,6 +3,7 @@ firejail (0.9.37) baseline; urgency=low * security profiles fixes * dynamic allocation of noblacklist buffer * --ip6 option - IPv6 support + * added KMail profile -- netblue30 firejail (0.9.36) baseline; urgency=low diff --git a/etc/kmail.profile b/etc/kmail.profile new file mode 100644 index 000000000..05713755e --- /dev/null +++ b/etc/kmail.profile @@ -0,0 +1,19 @@ +# kmail profile +noblacklist ${HOME}/.gnupg +include /etc/firejail/disable-mgmt.inc +include /etc/firejail/disable-secret.inc +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +blacklist ${HOME}/.pki/nssdb +blacklist ${HOME}/.lastpass +blacklist ${HOME}/.keepassx +blacklist ${HOME}/.password-store +blacklist ${HOME}/.wine +caps.drop all +seccomp +protocol unix,inet,inet6,netlink +netfilter +noroot +tracelog + + diff --git a/platform/debian/conffiles b/platform/debian/conffiles index 47b84d207..83a4404cf 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -54,3 +54,4 @@ /etc/firejail/hexchat.profile /etc/firejail/rtorrent.profile /etc/firejail/parole.profile +/etc/firejail/kmail.profile -- cgit v1.2.3-70-g09d2