aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Neo00001 <40570803+Neo00001@users.noreply.github.com>2021-04-26 21:31:50 +0530
committerLibravatar Neo00001 <40570803+Neo00001@users.noreply.github.com>2021-04-26 21:31:50 +0530
commit440a48e75877b4fbee34d04fe2a68770b5a8bccf (patch)
tree541f3b11be855106d4c847fefb28748e6e6806f6 /etc/profile-a-l
parentFix #4218 -- Digikam - unable to customize toolbars (diff)
downloadfirejail-440a48e75877b4fbee34d04fe2a68770b5a8bccf.tar.gz
firejail-440a48e75877b4fbee34d04fe2a68770b5a8bccf.tar.zst
firejail-440a48e75877b4fbee34d04fe2a68770b5a8bccf.zip
Some minor changes
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/kcalc.profile12
-rw-r--r--etc/profile-a-l/keepassxc.profile2
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/profile-a-l/kcalc.profile b/etc/profile-a-l/kcalc.profile
index fa82e76f3..c1414472b 100644
--- a/etc/profile-a-l/kcalc.profile
+++ b/etc/profile-a-l/kcalc.profile
@@ -15,6 +15,7 @@ include disable-interpreters.inc
15include disable-passwdmgr.inc 15include disable-passwdmgr.inc
16include disable-programs.inc 16include disable-programs.inc
17include disable-shell.inc 17include disable-shell.inc
18include disable-xdg.inc
18 19
19mkdir ${HOME}/.local/share/kxmlgui5/kcalc 20mkdir ${HOME}/.local/share/kxmlgui5/kcalc
20mkfile ${HOME}/.config/kcalcrc 21mkfile ${HOME}/.config/kcalcrc
@@ -24,7 +25,12 @@ whitelist ${HOME}/.config/kcalcrc
24whitelist ${HOME}/.kde/share/config/kcalcrc 25whitelist ${HOME}/.kde/share/config/kcalcrc
25whitelist ${HOME}/.kde4/share/config/kcalcrc 26whitelist ${HOME}/.kde4/share/config/kcalcrc
26whitelist ${HOME}/.local/share/kxmlgui5/kcalc 27whitelist ${HOME}/.local/share/kxmlgui5/kcalc
28whitelist /usr/share/config.kcfg/kcalc.kcfg
29whitelist /usr/share/kcalc
30whitelist /usr/share/kconf_update/kcalcrc.upd
27include whitelist-common.inc 31include whitelist-common.inc
32include whitelist-runuser-common.inc
33include whitelist-usr-share-common.inc
28include whitelist-var-common.inc 34include whitelist-var-common.inc
29 35
30apparmor 36apparmor
@@ -41,13 +47,19 @@ nou2f
41novideo 47novideo
42protocol unix 48protocol unix
43seccomp 49seccomp
50seccomp.block-secondary
44shell none 51shell none
52tracelog
45 53
46disable-mnt 54disable-mnt
47private-bin kcalc 55private-bin kcalc
56private-cache
48private-dev 57private-dev
58private-etc alternatives,fonts,ld.so.cache,locale,locale.conf
49# private-lib - problems on Arch 59# private-lib - problems on Arch
50private-tmp 60private-tmp
51 61
52dbus-user none 62dbus-user none
53dbus-system none 63dbus-system none
64
65#memory-deny-write-execute
diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile
index 11c279911..3c7737063 100644
--- a/etc/profile-a-l/keepassxc.profile
+++ b/etc/profile-a-l/keepassxc.profile
@@ -10,6 +10,7 @@ noblacklist ${HOME}/*.kdb
10noblacklist ${HOME}/*.kdbx 10noblacklist ${HOME}/*.kdbx
11noblacklist ${HOME}/.cache/keepassxc 11noblacklist ${HOME}/.cache/keepassxc
12noblacklist ${HOME}/.config/keepassxc 12noblacklist ${HOME}/.config/keepassxc
13noblacklist ${HOME}/.config/KeePassXCrc
13noblacklist ${HOME}/.keepassxc 14noblacklist ${HOME}/.keepassxc
14noblacklist ${DOCUMENTS} 15noblacklist ${DOCUMENTS}
15 16
@@ -51,6 +52,7 @@ include disable-xdg.inc
51#mkdir ${HOME}/.config/keepassxc 52#mkdir ${HOME}/.config/keepassxc
52#whitelist ${HOME}/.cache/keepassxc 53#whitelist ${HOME}/.cache/keepassxc
53#whitelist ${HOME}/.config/keepassxc 54#whitelist ${HOME}/.config/keepassxc
55#whitelist ${HOME}/.config/KeePassXCrc
54#include whitelist-common.inc 56#include whitelist-common.inc
55 57
56whitelist /usr/share/keepassxc 58whitelist /usr/share/keepassxc