mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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
This commit is contained in:
commit
f56bab3f75
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue