mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge branch 'fix-compose-cache' into 'master'
qt5-compose-cache-write: fix anonymous shared memory access See merge request apparmor/apparmor!301 Acked-by: Christian Boltz <apparmor@cboltz.de> for 2.10..master
This commit is contained in:
commit
027dcdb23f
1 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@
|
|||
|
||||
# User files
|
||||
|
||||
owner @{HOME}/.cache/qt_compose_cache_{little,big}_endian_* rw,
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue