mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 05:17:59 +00:00
Merge branch 'mesa-20.0' into 'master'
abstractions/mesa: allow checking if the kernel supports the i915 perf interface See merge request apparmor/apparmor!464 Acked-by: Vincas Dargis <vindrg@gmail.com> Acked-by: Christian Boltz <apparmor@cboltz.de> for master and 2.13 (cherry picked from commit f56bab3f75dfbdfc9456628a392cabbb985a44bb) 61571da1 abstractions/mesa: allow checking if the kernel supports the i915 perf interface
This commit is contained in:
parent
5972adc7e3
commit
411af09c97
@ -4,6 +4,10 @@
|
|||||||
# System files
|
# System files
|
||||||
/dev/dri/ r, # libGLX_mesa.so calls drmGetDevice2()
|
/dev/dri/ r, # libGLX_mesa.so calls drmGetDevice2()
|
||||||
|
|
||||||
|
# Needed to check if the kernel supports the i915 perf interface
|
||||||
|
# (src/intel/perf/gen_perf.c, load_oa_metrics())
|
||||||
|
@{PROC}/sys/dev/i915/perf_stream_paranoid r,
|
||||||
|
|
||||||
# User files
|
# User files
|
||||||
owner @{HOME}/.cache/ w, # if user clears all caches
|
owner @{HOME}/.cache/ w, # if user clears all caches
|
||||||
owner @{HOME}/.cache/mesa_shader_cache/ w,
|
owner @{HOME}/.cache/mesa_shader_cache/ w,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user