14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
# vim:syntax=apparmor
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# This file contains common DRI-specific rules useful for GUI applications that
|
|
# needs to enumerate graphic devices (as with drmParsePciDeviceInfo() from
|
|
# libdrm).
|
|
|
|
@{sys}/devices/pci[0-9]*/**/{device,subsystem_device,subsystem_vendor,uevent,vendor} r,
|
|
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/dri-enumerate.d>
|