Skip to content
Snippets Groups Projects
Commit fce64b06 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "system_app: suppress denials for disallowed services"

parents 49bb1187 2d32d81d
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,15 @@ allow system_app { ...@@ -67,6 +67,15 @@ allow system_app {
-vold_service -vold_service
-vr_hwc_service -vr_hwc_service
}:service_manager find; }:service_manager find;
# suppress denials for services system_app should not be accessing.
dontaudit system_app {
dumpstate_service
installd_service
netd_service
virtual_touchpad_service
vold_service
vr_hwc_service
}:service_manager find;
allow system_app keystore:keystore_key { allow system_app keystore:keystore_key {
get_state get_state
......
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