blob: 9f01985a9a9a559dbca8008e1162c0f2ec91d3d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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>
|