From 52261e78c084d66ffbe7477effc62a045a6ceb4f Mon Sep 17 00:00:00 2001 From: Kevin Chyn <kchyn@google.com> Date: Fri, 31 Aug 2018 18:14:16 -0700 Subject: [PATCH] Add placeholder sepolicy for iris and face See aosp/660242 and aosp/608396 Fixes: 116530289 Test: builds Change-Id: I220ece0d6751839fe764ff91fd7bd20c50104f8f --- private/compat/28.0/28.0.ignore.cil | 2 ++ private/service_contexts | 2 ++ public/service.te | 2 ++ 3 files changed, 6 insertions(+) diff --git a/private/compat/28.0/28.0.ignore.cil b/private/compat/28.0/28.0.ignore.cil index 9d3ad2e7b..7e1993cce 100644 --- a/private/compat/28.0/28.0.ignore.cil +++ b/private/compat/28.0/28.0.ignore.cil @@ -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 diff --git a/private/service_contexts b/private/service_contexts index 71741e210..458c43abe 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -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 diff --git a/public/service.te b/public/service.te index 997b709eb..0ea76382a 100644 --- a/public/service.te +++ b/public/service.te @@ -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; -- GitLab