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

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
12 lines
256 B
Text
12 lines
256 B
Text
# vim:syntax=apparmor
|
|
# Rules for writing KDE icon cache
|
|
|
|
abi <abi/3.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>
|