mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

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>
7 lines
138 B
Text
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
|
|
|