aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/konversation.profile
diff options
context:
space:
mode:
authorLibravatar Kishore96in <kishore96@gmail.com>2020-07-16 12:53:10 +0530
committerLibravatar GitHub <noreply@github.com>2020-07-16 07:23:10 +0000
commit319f2dc8d65fe0264e4eb6006aab024751bb5bd4 (patch)
treec89ff5a1ff396550d1c7e2398d1b6e17fcbe2ff6 /etc/profile-a-l/konversation.profile
parentfix keepassxc (diff)
downloadfirejail-319f2dc8d65fe0264e4eb6006aab024751bb5bd4.tar.gz
firejail-319f2dc8d65fe0264e4eb6006aab024751bb5bd4.tar.zst
firejail-319f2dc8d65fe0264e4eb6006aab024751bb5bd4.zip
Blacklist .local/share/kxmlgui5 and allow access only for applications which use it. (#3493)
* blacklist .local/share/kxmlgui5 KDE programs use this to store their toolbar config. * noblacklist .local/share/kxmlgui5 in the relevant KDE applications. * Whitelist kxmlgui file for okular. * Use a glob to blacklist subfolders instead of the parent folder. noblacklisting individual subdirectories works only if we do it this way (tested by launching bash in the kate profile). * Make directory, not file. * noblacklist relevant subdirs for more KDE applications
Diffstat (limited to 'etc/profile-a-l/konversation.profile')
-rw-r--r--etc/profile-a-l/konversation.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/konversation.profile b/etc/profile-a-l/konversation.profile
index 4e17f590c..4dd929c6b 100644
--- a/etc/profile-a-l/konversation.profile
+++ b/etc/profile-a-l/konversation.profile
@@ -10,6 +10,7 @@ noblacklist ${HOME}/.config/konversationrc
10noblacklist ${HOME}/.config/konversation.notifyrc 10noblacklist ${HOME}/.config/konversation.notifyrc
11noblacklist ${HOME}/.kde/share/config/konversationrc 11noblacklist ${HOME}/.kde/share/config/konversationrc
12noblacklist ${HOME}/.kde4/share/config/konversationrc 12noblacklist ${HOME}/.kde4/share/config/konversationrc
13noblacklist ${HOME}/.local/share/kxmlgui5/konversation
13 14
14include disable-common.inc 15include disable-common.inc
15include disable-devel.inc 16include disable-devel.inc