Skip to content
Snippets Groups Projects
Commit f5ad1b79 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 40b8fb9b: Merge "Add imms service and system_app_service type."

* commit '40b8fb9b':
  Add imms service and system_app_service type.
parents a0d9e493 40b8fb9b
Branches
Tags
No related merge requests found
......@@ -8,4 +8,5 @@ type mediaserver_service, service_manager_type;
type nfc_service, service_manager_type;
type radio_service, service_manager_type;
type surfaceflinger_service, service_manager_type;
type system_app_service, service_manager_type;
type system_server_service, service_manager_type;
......@@ -46,6 +46,7 @@ iphonesubinfo_msim u:object_r:radio_service:s0
iphonesubinfo2 u:object_r:radio_service:s0
iphonesubinfo u:object_r:radio_service:s0
ims u:object_r:radio_service:s0
imms u:object_r:system_app_service:s0
isms_msim u:object_r:radio_service:s0
isms2 u:object_r:radio_service:s0
isms u:object_r:radio_service:s0
......
......@@ -42,6 +42,8 @@ allow system_app logd_prop:property_service set;
allow system_app anr_data_file:dir ra_dir_perms;
allow system_app anr_data_file:file create_file_perms;
allow system_app system_app_service:service_manager add;
allow system_app keystore:keystore_key {
test
get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment