Skip to content
Snippets Groups Projects
Commit 2d32d81d authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

system_app: suppress denials for disallowed services

Dontaudit denials for services that system_app may not use due
to neverallow assertions.

Bug: 67779088
Test: build
Change-Id: I822a7909c86bee5c2fdeec6e13af1a9791883f72
parent e82c8ab7
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