From b6b3f3b3855f07e44431fbc70f4043431c087dc6 Mon Sep 17 00:00:00 2001 From: Hartmut Knaack Date: Sat, 28 May 2022 22:08:30 +0200 Subject: 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. --- etc/profile-a-l/kate.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/profile-a-l') 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 noblacklist ${HOME}/.local/share/kxmlgui5/kateproject noblacklist ${HOME}/.local/share/kxmlgui5/katesearch +include allow-common-devel.inc + include disable-common.inc # include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf