13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
# vim:syntax=apparmor
|
|
# Rules for writing KDE icon cache
|
|
|
|
abi <abi/4.0>,
|
|
|
|
# User files
|
|
|
|
owner @{HOME}/.cache/icon-cache.kcache rw, # for KIconLoader
|
|
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/kde-icon-cache-write.d>
|