From a934eb1c5d3efb417cc24e51a2cc55603bb39307 Mon Sep 17 00:00:00 2001 From: Hartmut Knaack Date: Sat, 28 May 2022 22:09:48 +0200 Subject: kate.profile: allow access to kwinrc When starting Kate, a blacklist violation from accessing the kwinrc config file is reported. As a KDE application, it should be fine for Kate to access it. blacklist violation - sandbox 13410, name kate, exe kate, syscall access, path /home/user/.config/kwinrc --- etc/profile-a-l/kate.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile index 7793c3f0a..438dfbf07 100644 --- a/etc/profile-a-l/kate.profile +++ b/etc/profile-a-l/kate.profile @@ -14,6 +14,7 @@ noblacklist ${HOME}/.config/katerc noblacklist ${HOME}/.config/kateschemarc noblacklist ${HOME}/.config/katesyntaxhighlightingrc noblacklist ${HOME}/.config/katevirc +noblacklist ${HOME}/.config/kwinrc noblacklist ${HOME}/.local/share/kate noblacklist ${HOME}/.local/share/kxmlgui5/kate noblacklist ${HOME}/.local/share/kxmlgui5/katefiletree -- cgit v1.2.3-54-g00ecf