Revert "Add IFingerprintDebug service context and Overlay permissions."

This reverts commit a7bb762dc5.

Reason for revert: likely breaking user build
Bug: 393226459

Change-Id: Iffa1b112852dbb99e521c7a546ff591a0a58375a
This commit is contained in:
Andrew Chant 2025-01-29 19:29:58 -08:00 committed by Android (Google) Code Review
parent a7bb762dc5
commit 2cea35ed07
2 changed files with 0 additions and 28 deletions

View file

@ -1,27 +0,0 @@
# SE policies for IFingerprintDebug
userdebug_or_eng(`
type hal_fingerprint_debug_service, hal_service_type, protected_service, service_manager_type;
# Declare domains for the debug host HAL server/client.
hal_attribute(fingerprint_debug)
hal_server_domain(hal_fingerprint_default, hal_fingerprint_debug)
# Ensure that the server and client can communicate with each other,
# bi-directionally (in the case of callbacks from server to client, for
# example).
binder_call(hal_fingerprint_debug_client, hal_fingerprint_debug_server)
binder_call(hal_fingerprint_debug_server, hal_fingerprint_debug_client)
binder_call(hal_fingerprint_debug_server, servicemanager)
hal_attribute_service(hal_fingerprint_debug, hal_fingerprint_debug_service)
# Declare a domain for the debug application (Overlay).
type fingerprint_debug_app, domain;
# Allow all priv-apps to communicate with the fingerprint debug HAL on
# userdebug or eng builds.
hal_client_domain(priv_app, hal_fingerprint_debug)
binder_call(priv_app, hal_fingerprint_default)
')

View file

@ -1,5 +1,4 @@
vendor.qti.hardware.fingerprint.IQfpExtendedFingerprint/default u:object_r:hal_fingerprint_service:s0
com.google.hardware.biometrics.fingerprint.debug.IFingerprintDebug/default u:object_r:hal_fingerprint_debug_service:s0
com.google.hardware.pixel.display.IDisplay/default u:object_r:hal_pixel_display_service:s0
vendor.google.wireless_charger.IWirelessCharger/default u:object_r:hal_wireless_charger_service:s0
hardware.qorvo.uwb.IUwbVendor/default u:object_r:hal_uwb_vendor_service:s0