mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
abstactions/kde: allow reading global Debian KDE settings
New denials detected on Debian Sid: ``` type=AVC msg=audit(1687372581.246:738): apparmor="DENIED" operation="open" class="file" profile="qtox" name="/usr/share/desktop-base/kf5-settings/kdeglobals" pid=17988 comm="qtox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0FSUID="vincas" OUID="root" ``` Debian package `desktop-base` contains some global KDE settings files: ``` $ dpkg -L desktop-base | fgrep kf5 /usr/share/desktop-base/kf5-settings /usr/share/desktop-base/kf5-settings/baloofilerc /usr/share/desktop-base/kf5-settings/kdeglobals /usr/share/desktop-base/kf5-settings/kscreenlockerrc ``` Add file rules to allow reading global KDE settings.
This commit is contained in:
parent
d4b0fef10a
commit
155be0ffc4
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ include <abstractions/qt5>
|
|||
/etc/kde4rc r,
|
||||
/etc/xdg/kdeglobals r,
|
||||
/etc/xdg/Trolltech.conf r,
|
||||
/usr/share/desktop-base/kf5-settings/baloofilerc r,
|
||||
/usr/share/desktop-base/kf5-settings/kdeglobals r,
|
||||
/usr/share/desktop-base/kf5-settings/kscreenlockerrc r,
|
||||
/usr/share/knotifications5/*.notifyrc r, # KNotification::sendEvent()
|
||||
/usr/share/kubuntu-default-settings/kf5-settings/* r,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue