Skip to content
Snippets Groups Projects
Commit 52261e78 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add placeholder sepolicy for iris and face

See aosp/660242 and aosp/608396

Fixes: 116530289

Test: builds
Change-Id: I220ece0d6751839fe764ff91fd7bd20c50104f8f
parent 05668e40
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
apexd_tmpfs apexd_tmpfs
biometric_service biometric_service
device_config_boot_count_prop device_config_boot_count_prop
face_service
fastbootd fastbootd
flags_health_check flags_health_check
flags_health_check_exec flags_health_check_exec
...@@ -33,6 +34,7 @@ ...@@ -33,6 +34,7 @@
heapprofd_exec heapprofd_exec
heapprofd_socket heapprofd_socket
intelligence_service intelligence_service
iris_service
llkd llkd
llkd_exec llkd_exec
llkd_prop llkd_prop
......
...@@ -56,6 +56,7 @@ econtroller u:object_r:radio_service:s0 ...@@ -56,6 +56,7 @@ econtroller u:object_r:radio_service:s0
euicc_card_controller u:object_r:radio_service:s0 euicc_card_controller u:object_r:radio_service:s0
lowpan u:object_r:lowpan_service:s0 lowpan u:object_r:lowpan_service:s0
ethernet u:object_r:ethernet_service:s0 ethernet u:object_r:ethernet_service:s0
face u:object_r:face_service:s0
fingerprint u:object_r:fingerprint_service:s0 fingerprint u:object_r:fingerprint_service:s0
font u:object_r:font_service:s0 font u:object_r:font_service:s0
android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0 android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0
...@@ -79,6 +80,7 @@ ims u:object_r:radio_service:s0 ...@@ -79,6 +80,7 @@ ims u:object_r:radio_service:s0
imms u:object_r:imms_service:s0 imms u:object_r:imms_service:s0
intelligence u:object_r:intelligence_service:s0 intelligence u:object_r:intelligence_service:s0
ipsec u:object_r:ipsec_service:s0 ipsec u:object_r:ipsec_service:s0
iris u:object_r:iris_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
......
...@@ -87,6 +87,7 @@ type dropbox_service, app_api_service, ephemeral_app_api_service, system_server_ ...@@ -87,6 +87,7 @@ type dropbox_service, app_api_service, ephemeral_app_api_service, system_server_
type lowpan_service, system_api_service, system_server_service, service_manager_type; type lowpan_service, system_api_service, system_server_service, service_manager_type;
type ethernet_service, app_api_service, system_server_service, service_manager_type; type ethernet_service, app_api_service, system_server_service, service_manager_type;
type biometric_service, app_api_service, system_server_service, service_manager_type; type biometric_service, app_api_service, system_server_service, service_manager_type;
type face_service, app_api_service, system_server_service, service_manager_type;
type fingerprint_service, app_api_service, system_server_service, service_manager_type; type fingerprint_service, app_api_service, system_server_service, service_manager_type;
type gfxinfo_service, system_api_service, system_server_service, service_manager_type; type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
...@@ -98,6 +99,7 @@ type input_method_service, app_api_service, ephemeral_app_api_service, system_se ...@@ -98,6 +99,7 @@ type input_method_service, app_api_service, ephemeral_app_api_service, system_se
type input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type intelligence_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type intelligence_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type iris_service, app_api_service, system_server_service, service_manager_type;
type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type location_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type location_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment