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

Add BiometricPromptService to sepolicy

Bug: 72825012

Test: manual
Change-Id: I850c869cdc0ad8735800130bb4a8d67822197ff9
parent b54e2b7b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
adbd_exec
atrace
binder_calls_stats_service
biometric_prompt_service
bootloader_boot_reason_prop
blank_screen
blank_screen_exec
......
......@@ -7,6 +7,7 @@
adb_service
atrace
binder_calls_stats_service
biometric_prompt_service
blank_screen
blank_screen_exec
blank_screen_tmpfs
......
......@@ -5,6 +5,7 @@
(typeattributeset new_objects
( activity_task_service
adb_service
biometric_prompt_service
fastbootd
color_display_service
hal_health_filesystem_hwservice
......
......@@ -17,6 +17,7 @@ batteryproperties u:object_r:batteryproperties_service:s
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
......
......@@ -83,6 +83,7 @@ type dreams_service, app_api_service, ephemeral_app_api_service, system_server_s
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment