Add placeholder sepolicy for iris and face

am: 52261e78c0

Change-Id: Ie70941e5e0cd660987a2cdb2fc84e21fd903926f
This commit is contained in:
Kevin Chyn 2018-11-07 17:19:10 -08:00 committed by android-build-merger
commit 72b902d0d1
3 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,7 @@
apexd_tmpfs
biometric_service
device_config_boot_count_prop
face_service
fastbootd
flags_health_check
flags_health_check_exec
@ -33,6 +34,7 @@
heapprofd_exec
heapprofd_socket
intelligence_service
iris_service
llkd
llkd_exec
llkd_prop

View file

@ -56,6 +56,7 @@ econtroller u:object_r:radio_service:s0
euicc_card_controller u:object_r:radio_service:s0
lowpan u:object_r:lowpan_service:s0
ethernet u:object_r:ethernet_service:s0
face u:object_r:face_service:s0
fingerprint u:object_r:fingerprint_service:s0
font u:object_r:font_service:s0
android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0
@ -79,6 +80,7 @@ ims u:object_r:radio_service:s0
imms u:object_r:imms_service:s0
intelligence u:object_r:intelligence_service:s0
ipsec u:object_r:ipsec_service:s0
iris u:object_r:iris_service:s0
isms_msim u:object_r:radio_service:s0
isms2 u:object_r:radio_service:s0
isms u:object_r:radio_service:s0

View file

@ -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 ethernet_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 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;
@ -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 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 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 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;