mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +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 (cherry picked from commit027dcdb23f
)12504024
qt5-compose-cache-write: fix anonymous shared memory access
This commit is contained in:
parent
f2b1ee5f6e
commit
f483d10bb4
1 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@
|
||||||
|
|
||||||
# User files
|
# 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