mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
19 lines
542 B
Text
19 lines
542 B
Text
# vim:syntax=apparmor
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# This file contains common DRI-specific rules useful for GUI applications
|
|
# (needed by libdrm and similar).
|
|
|
|
/usr/lib{,32,64}/dri/** mr,
|
|
/usr/lib/@{multiarch}/dri/** mr,
|
|
/usr/lib/fglrx/dri/** mr,
|
|
/dev/dri/ r,
|
|
/dev/dri/** rw,
|
|
/etc/drirc r,
|
|
/usr/share/drirc.d/{,*.conf} r,
|
|
owner @{HOME}/.drirc r,
|
|
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/dri-common.d>
|