logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

qt5-compose-cache-write (399B)


  1. # vim:syntax=apparmor
  2. # Allow writing cache for Qt5 "platforminputcontexts" plugins
  3. abi <abi/3.0>,
  4. # User files
  5. owner @{HOME}/.cache/qt_compose_cache_{little,big}_endian_* rwl -> @{HOME}/.cache/#[0-9]*[0-9],
  6. owner @{HOME}/.cache/#[0-9]*[0-9] rw, # QSaveFile (anonymous shared memory)
  7. # Include additions to the abstraction
  8. include if exists <abstractions/qt5-compose-cache-write.d>