aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README3
-rw-r--r--RELNOTES1
-rw-r--r--etc/kmail.profile19
-rw-r--r--platform/debian/conffiles1
5 files changed, 25 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8c1a21e9a..748d93226 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -128,6 +128,7 @@ realinstall:
128 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 128 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
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 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 132 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
132 rm -fr .etc 133 rm -fr .etc
133 # man pages 134 # man pages
diff --git a/README b/README
index 17bf3cf8a..23f3afec7 100644
--- a/README
+++ b/README
@@ -18,6 +18,9 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21
22pirate486743186 (https://github.com/pirate486743186)
23 - KMail profile
21Kaan Genç (https://github.com/SeriousBug) 24Kaan Genç (https://github.com/SeriousBug)
22 - dynamic allocation of noblacklist buffer 25 - dynamic allocation of noblacklist buffer
23jrabe (https://github.com/jrabe) 26jrabe (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
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-- netblue30 <netblue30@yahoo.com> 7-- netblue30 <netblue30@yahoo.com>
7 8
8firejail (0.9.36) baseline; urgency=low 9firejail (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 @@
1# kmail profile
2noblacklist ${HOME}/.gnupg
3include /etc/firejail/disable-mgmt.inc
4include /etc/firejail/disable-secret.inc
5include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-devel.inc
7blacklist ${HOME}/.pki/nssdb
8blacklist ${HOME}/.lastpass
9blacklist ${HOME}/.keepassx
10blacklist ${HOME}/.password-store
11blacklist ${HOME}/.wine
12caps.drop all
13seccomp
14protocol unix,inet,inet6,netlink
15netfilter
16noroot
17tracelog
18
19
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 @@
54/etc/firejail/hexchat.profile 54/etc/firejail/hexchat.profile
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