2018-02-04 14:22:33 +02:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2018-02-04 14:22:33 +02:00
|
|
|
# This file contains common DRI-specific rules useful for GUI applications that
|
|
|
|
# needs to enumerate graphic devices (as with drmParsePciDeviceInfo() from
|
|
|
|
# libdrm).
|
|
|
|
|
2018-11-08 20:00:45 +02:00
|
|
|
@{sys}/devices/pci[0-9]*/**/{device,subsystem_device,subsystem_vendor,uevent,vendor} r,
|
2018-02-04 14:22:33 +02:00
|
|
|
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/dri-enumerate.d>
|