mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00

Local policy may want to extend or override abstractions, so add support for including local updates to them. Acked-by: Christian Boltz <apparmor@cboltz.de> Acked-by: intrigeri <intrigeri@boum.org> Signed-off-by: John Johansen <john.johansen@canonical.com>
15 lines
451 B
Text
15 lines
451 B
Text
# vim:syntax=apparmor
|
|
|
|
# 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/** rw,
|
|
/etc/drirc r,
|
|
owner @{HOME}/.drirc r,
|
|
|
|
|
|
# Include additions to the abstraction
|
|
#include if exists <abstractions/dri-common.d>
|