hilfe mein git ist komisch
This commit is contained in:
19
etc/apparmor.d/abstractions/dri-common
Normal file
19
etc/apparmor.d/abstractions/dri-common
Normal file
@@ -0,0 +1,19 @@
|
||||
# vim:syntax=apparmor
|
||||
|
||||
abi <abi/4.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>
|
||||
Reference in New Issue
Block a user