Skip to content
Snippets Groups Projects
Commit aa0d8fef authored by Nick Kralevich's avatar Nick Kralevich
Browse files

dontaudit su servicemanager:service_manager list

Addresses the following denial:

  avc:  denied  { list } for service=NULL scontext=u:r:su:s0 tcontext=u:r:servicemanager:s0 tclass=service_manager

Change-Id: I70449b93307378481c986a60ca593eb2fc2de2c5
parent 4abd409a
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ userdebug_or_eng(`
dontaudit su domain:binder *;
dontaudit su property_type:property_service *;
dontaudit su service_manager_type:service_manager *;
dontaudit su servicemanager:service_manager list;
dontaudit su keystore:keystore_key *;
dontaudit su domain:debuggerd *;
dontaudit su domain:drmservice *;
......
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