mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Begin preparing policy for the 4.0 release. This may result in new denials. This is expected and needed to make sure policy is ready for the 4.0 release. Signed-off-by: John Johansen <john.johansen@canonical.com>
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
# vim:syntax=apparmor
|
|
# Allow writing cache for Qt5 "platforminputcontexts" plugins
|
|
|
|
abi <abi/4.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>
|