aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Hartmut Knaack <knaack.h@gmx.de>2022-05-28 22:08:30 +0200
committerLibravatar Hartmut Knaack <knaack.h@gmx.de>2022-05-28 22:08:30 +0200
commitb6b3f3b3855f07e44431fbc70f4043431c087dc6 (patch)
tree2338a7f2846a4d165119c1141d7f7610f541437a /etc/profile-a-l
parentunbound: seccomp cleanup (diff)
downloadfirejail-b6b3f3b3855f07e44431fbc70f4043431c087dc6.tar.gz
firejail-b6b3f3b3855f07e44431fbc70f4043431c087dc6.tar.zst
firejail-b6b3f3b3855f07e44431fbc70f4043431c087dc6.zip
kate.profile: allow common development file access
Kate has grown support for software development, making it a light IDE. Some version control modules exist, and when using the Git module, a blacklist violation is reported: blacklist violation - sandbox 13902, name kate, exe git, syscall access, path /home/user/.gitconfig Including support for common development file access mitigates this violation issue.
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/kate.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile
index 8c340d536..194200f4f 100644
--- a/etc/profile-a-l/kate.profile
+++ b/etc/profile-a-l/kate.profile
@@ -23,6 +23,8 @@ noblacklist ${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
25 25
26include allow-common-devel.inc
27
26include disable-common.inc 28include disable-common.inc
27# include disable-devel.inc 29# include disable-devel.inc
28include disable-exec.inc 30include disable-exec.inc