aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Hartmut Knaack <knaack.h@gmx.de>2022-05-28 22:09:15 +0200
committerLibravatar Hartmut Knaack <knaack.h@gmx.de>2022-05-28 22:09:15 +0200
commitb2312445609f382d2a0eb1eafcaa1445c8a40ff3 (patch)
treecad571f55f40dccc534b332f78a14fa77ba34eb3 /etc/profile-a-l
parentkate.profile: allow common development file access (diff)
downloadfirejail-b2312445609f382d2a0eb1eafcaa1445c8a40ff3.tar.gz
firejail-b2312445609f382d2a0eb1eafcaa1445c8a40ff3.tar.zst
firejail-b2312445609f382d2a0eb1eafcaa1445c8a40ff3.zip
kate.profile: enable bash completion in terminal
A side effect of including disable-common.inc is loosing access to /etc/profile.d, where Bash completion is located. Explicitly enable access to console scripts in /etc/profile.d, so that Kate's built-in Konsole instance can be used without limitations. Minor side effect: the spawned Bash tries to access /etc/init.d blacklist violation - sandbox 17317, name kate, exe bash, syscall stat, path /etc/init.d
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/kate.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile
index 194200f4f..7793c3f0a 100644
--- a/etc/profile-a-l/kate.profile
+++ b/etc/profile-a-l/kate.profile
@@ -22,6 +22,7 @@ noblacklist ${HOME}/.local/share/kxmlgui5/kateopenheaderplugin
22noblacklist ${HOME}/.local/share/kxmlgui5/katepart 22noblacklist ${HOME}/.local/share/kxmlgui5/katepart
23noblacklist ${HOME}/.local/share/kxmlgui5/kateproject 23noblacklist ${HOME}/.local/share/kxmlgui5/kateproject
24noblacklist ${HOME}/.local/share/kxmlgui5/katesearch 24noblacklist ${HOME}/.local/share/kxmlgui5/katesearch
25noblacklist /etc/profile.d
25 26
26include allow-common-devel.inc 27include allow-common-devel.inc
27 28