Skip to content
Snippets Groups Projects
Commit 5885f6cb authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "system_app: suppress denials for disallowed services" am: fce64b06

am: 9201edac

Change-Id: I3f4ae787fc897ab45ef0d5fc680027bb820190ab
parents e85f182c 9201edac
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.
Please register or to comment