Skip to content
Snippets Groups Projects
Commit 6233848f authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

priv_app: move logspam suppression to core policy

No sign of these denials getting cleaned up, so supress them in core
policy.

Test: build
Change-Id: I0320425cb72cbd15cef0762090899491338d4f7c
parent adef499d
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,9 @@ read_runtime_log_tags(priv_app)
# suppress denials when safetynet scans /system
dontaudit priv_app exec_type:file getattr;
dontaudit priv_app device:dir read;
dontaudit priv_app proc_interrupts:file read;
dontaudit priv_app proc_modules:file read;
###
### neverallow rules
......
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