Skip to content
Snippets Groups Projects
Commit 396c362e 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

am: 4c63cd4c

Change-Id: I801c367ef298445f5567f2c0441953872a697e82
parents f10fc077 4c63cd4c
Branches
Tags
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.
Please register or to comment