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

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

* commit 'f5ad1b79':
  Add imms service and system_app_service type.
parents d108fe0f f5ad1b79
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,5 @@ type mediaserver_service, service_manager_type; ...@@ -8,4 +8,5 @@ type mediaserver_service, service_manager_type;
type nfc_service, service_manager_type; type nfc_service, service_manager_type;
type radio_service, service_manager_type; type radio_service, service_manager_type;
type surfaceflinger_service, service_manager_type; type surfaceflinger_service, service_manager_type;
type system_app_service, service_manager_type;
type system_server_service, service_manager_type; type system_server_service, service_manager_type;
...@@ -47,6 +47,7 @@ iphonesubinfo_msim u:object_r:radio_service:s0 ...@@ -47,6 +47,7 @@ iphonesubinfo_msim u:object_r:radio_service:s0
iphonesubinfo2 u:object_r:radio_service:s0 iphonesubinfo2 u:object_r:radio_service:s0
iphonesubinfo u:object_r:radio_service:s0 iphonesubinfo u:object_r:radio_service:s0
ims 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 isms_msim u:object_r:radio_service:s0
isms2 u:object_r:radio_service:s0 isms2 u:object_r:radio_service:s0
isms 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; ...@@ -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:dir ra_dir_perms;
allow system_app anr_data_file:file create_file_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 { allow system_app keystore:keystore_key {
test test
get get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment