Add BiometricPromptService to sepolicy
Bug: 72825012
Test: manual
Change-Id: I850c869cdc0ad8735800130bb4a8d67822197ff9
diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil
index e159ce2..fb8cde1 100644
--- a/private/compat/26.0/26.0.ignore.cil
+++ b/private/compat/26.0/26.0.ignore.cil
@@ -8,6 +8,7 @@
adbd_exec
atrace
binder_calls_stats_service
+ biometric_prompt_service
bootloader_boot_reason_prop
blank_screen
blank_screen_exec
diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil
index 1613097..4e95303 100644
--- a/private/compat/27.0/27.0.ignore.cil
+++ b/private/compat/27.0/27.0.ignore.cil
@@ -7,6 +7,7 @@
adb_service
atrace
binder_calls_stats_service
+ biometric_prompt_service
blank_screen
blank_screen_exec
blank_screen_tmpfs
diff --git a/private/compat/28.0/28.0.ignore.cil b/private/compat/28.0/28.0.ignore.cil
index 436d179..c64e341 100644
--- a/private/compat/28.0/28.0.ignore.cil
+++ b/private/compat/28.0/28.0.ignore.cil
@@ -5,6 +5,7 @@
(typeattributeset new_objects
( activity_task_service
adb_service
+ biometric_prompt_service
fastbootd
color_display_service
hal_health_filesystem_hwservice
diff --git a/private/service_contexts b/private/service_contexts
index 6afe232..804385e 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -17,6 +17,7 @@
batterystats u:object_r:batterystats_service:s0
battery u:object_r:battery_service:s0
binder_calls_stats u:object_r:binder_calls_stats_service:s0
+biometric_prompt u:object_r:biometric_prompt_service:s0
bluetooth_manager u:object_r:bluetooth_manager_service:s0
bluetooth u:object_r:bluetooth_service:s0
broadcastradio u:object_r:broadcastradio_service:s0
diff --git a/public/service.te b/public/service.te
index c6e7c45..9349051 100644
--- a/public/service.te
+++ b/public/service.te
@@ -83,6 +83,7 @@
type dropbox_service, app_api_service, ephemeral_app_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 biometric_prompt_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;