Skip to content
Snippets Groups Projects
Commit f5cfaa09 authored by Joel Galenson's avatar Joel Galenson
Browse files

Remove some priv_app logspam.

avc: denied { search } for name="/" scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:fs_bpf:s0 tclass=dir permissive=0

Bug: 72749888
Test: Boot without seeing the denial.
Change-Id: Iaf3559928473c68066e6a42ba71655a683861901
(cherry picked from commit 9ec59f6c)
parent 683a60bd
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ unix_socket_connect(priv_app, traced_producer, traced) ...@@ -140,6 +140,7 @@ unix_socket_connect(priv_app, traced_producer, traced)
# suppress denials for non-API accesses. # suppress denials for non-API accesses.
dontaudit priv_app exec_type:file getattr; dontaudit priv_app exec_type:file getattr;
dontaudit priv_app device:dir read; dontaudit priv_app device:dir read;
dontaudit priv_app fs_bpf:dir search;
dontaudit priv_app net_dns_prop:file read; dontaudit priv_app net_dns_prop:file read;
dontaudit priv_app proc:file read; dontaudit priv_app proc:file read;
dontaudit priv_app proc_interrupts:file read; dontaudit priv_app proc_interrupts:file read;
......
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