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

Suppress noisy performanced denials in permissive mode. am: cf71a5ae

am: 5df3c8d6

Change-Id: I6ec0f1d5753c76116a4a11a9186771d6add777c2
parents 2c2875b3 5df3c8d6
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 })
dontaudit performanced domain:dir read;
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
r_dir_file(performanced, cgroup)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment