logo

apparmor.d

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

dri-common (579B)


  1. # vim:syntax=apparmor
  2. abi <abi/3.0>,
  3. # This file contains common DRI-specific rules useful for GUI applications
  4. # (needed by libdrm and similar).
  5. /usr/lib{,32,64}/dri/** mr,
  6. /usr/lib/@{multiarch}/dri/** mr,
  7. /usr/lib/fglrx/dri/** mr,
  8. /dev/dri/ r,
  9. /dev/dri/** rw,
  10. /etc/drirc r,
  11. /usr/share/drirc.d/{,*.conf} r,
  12. /usr/share/libdrm/*.ids r,
  13. owner @{HOME}/.drirc r,
  14. # Include additions to the abstraction
  15. include if exists <abstractions/dri-common.d>