Skip to content
Snippets Groups Projects
Commit 5a25fbf7 authored by Riley Spahn's avatar Riley Spahn
Browse files

Remove auditallow from system_server.

system_server auditallow statements were causing logspam and
there is not a good way to negate services from specific devices
so as a fix we are removing all system_server auditallows. These
logs may not be useful anyway because I suspsect that system_server
will probe for most all services anyway.

Change-Id: I27a05761c14def3a86b0749cdb895190bdcf9d71
parent db416305
No related branches found
No related tags found
No related merge requests found
......@@ -364,15 +364,6 @@ allow system_server system_server_service:service_manager add;
# Audited locally.
service_manager_local_audit_domain(system_server)
auditallow system_server {
service_manager_type
-healthd_service
-keystore_service
-mediaserver_service
-radio_service
-surfaceflinger_service
-system_server_service
}:service_manager find;
allow system_server keystore:keystore_key {
test
......
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