Skip to content
Snippets Groups Projects
Commit 5df3c8d6 authored by Alan Stokes's avatar Alan Stokes Committed by android-build-merger
Browse files

Suppress noisy performanced denials in permissive mode.

am: cf71a5ae

Change-Id: Ic897e65ef5d020c7d2b69ad29837b82bff155e8a
parents 276b6f32 cf71a5ae
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,12 @@ r_dir_file(performanced, { appdomain bufferhubd kernel surfaceflinger }) ...@@ -19,5 +19,12 @@ r_dir_file(performanced, { appdomain bufferhubd kernel surfaceflinger })
dontaudit performanced domain:dir read; dontaudit performanced domain:dir read;
allow performanced { appdomain bufferhubd kernel surfaceflinger }:process setsched; allow performanced { appdomain bufferhubd kernel surfaceflinger }:process setsched;
# These /proc accesses only show up in permissive mode but they
# generate a lot of noise in the log.
userdebug_or_eng(`
dontaudit performanced domain:dir open;
dontaudit performanced domain:file { open read getattr };
')
# Access /dev/cpuset/cpuset.cpus # Access /dev/cpuset/cpuset.cpus
r_dir_file(performanced, cgroup) r_dir_file(performanced, cgroup)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment