mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +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 '#'.
13 lines
399 B
Text
13 lines
399 B
Text
# vim:syntax=apparmor
|
|
# Allow writing cache for Qt5 "platforminputcontexts" plugins
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# User files
|
|
|
|
owner @{HOME}/.cache/qt_compose_cache_{little,big}_endian_* rwl -> @{HOME}/.cache/#[0-9]*[0-9],
|
|
owner @{HOME}/.cache/#[0-9]*[0-9] rw, # QSaveFile (anonymous shared memory)
|
|
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/qt5-compose-cache-write.d>
|