apparmor/profiles/apparmor.d/abstractions/kde-icon-cache-write
Vincas Dargis 94014c09f0 Add kde-icon-cache-write abstraction
KIconLoader uses ~/.cache/icon-cache.kcache, and it is opened in
read-write mode. Because access to it does not seem to be critical, and
read-only mode is not used, rules for accessing this cache is added to
it's own new "write" abstraction, instead of making kde abstraction more
permissive by default.

Signed-off-by: John Johansen <john.johansen@canonical.com>
2018-08-14 16:49:30 -07:00

7 lines
138 B
Text

# vim:syntax=apparmor
# Rules for writing KDE icon cache
# User files
owner @{HOME}/.cache/icon-cache.kcache rw, # for KIconLoader