aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-02-17 14:41:48 -0600
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-02-17 14:41:48 -0600
commit400ece953865d42a2619323e82b60257c8ac8f31 (patch)
tree6a3273bffff881d0804df501e83739f6c6a338bb /etc
parentmerge #1100 from zackw: x11=xorg testing (diff)
downloadfirejail-400ece953865d42a2619323e82b60257c8ac8f31.tar.gz
firejail-400ece953865d42a2619323e82b60257c8ac8f31.tar.zst
firejail-400ece953865d42a2619323e82b60257c8ac8f31.zip
Tightened keepassx profiles.
Diffstat (limited to 'etc')
-rw-r--r--etc/keepassx.profile9
-rw-r--r--etc/keepassx2.profile6
2 files changed, 10 insertions, 5 deletions
diff --git a/etc/keepassx.profile b/etc/keepassx.profile
index ec6d014bf..6c36697e5 100644
--- a/etc/keepassx.profile
+++ b/etc/keepassx.profile
@@ -1,6 +1,6 @@
1# This file is overwritten during software install. 1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include /etc/firejail/keepassx.local 3include /etc/firejail/keepassx2.local
4 4
5# keepassx password manager profile 5# keepassx password manager profile
6noblacklist ${HOME}/.config/keepassx 6noblacklist ${HOME}/.config/keepassx
@@ -13,14 +13,17 @@ include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-passwdmgr.inc 13include /etc/firejail/disable-passwdmgr.inc
14 14
15caps.drop all 15caps.drop all
16net none
16nogroups 17nogroups
17nonewprivs 18nonewprivs
18noroot 19noroot
19nosound 20nosound
20protocol unix 21protocol unix
21seccomp 22seccomp
22netfilter
23shell none 23shell none
24tracelog
24 25
26private-bin keepassx
27private-etc fonts
28private-dev
25private-tmp 29private-tmp
26private-dev
diff --git a/etc/keepassx2.profile b/etc/keepassx2.profile
index 5bf79b891..83f93e9f7 100644
--- a/etc/keepassx2.profile
+++ b/etc/keepassx2.profile
@@ -13,14 +13,16 @@ include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-passwdmgr.inc 13include /etc/firejail/disable-passwdmgr.inc
14 14
15caps.drop all 15caps.drop all
16net none
16nogroups 17nogroups
17nonewprivs 18nonewprivs
18noroot 19noroot
19nosound 20nosound
20protocol unix 21protocol unix
21seccomp 22seccomp
22netfilter
23shell none 23shell none
24 24
25private-bin keepassx2
26private-etc fonts
27private-dev
25private-tmp 28private-tmp
26private-dev