From a5eb284c4a0f694aa134c04301605b05a9e2d362 Mon Sep 17 00:00:00 2001 From: Prochin Wang Date: Thu, 12 Sep 2024 05:04:16 +0000 Subject: [PATCH] Change vendor_fingerprint_prop to vendor_restricted_prop This is to allow the fingerprint HAL to access the property. Bug: 366105474 Flag: build.RELEASE_PIXEL_BOOST_DATALAYER_PSA_ENABLED Test: mm Change-Id: I5b07acfd7599b099997d46b297e1f7400a9fe478 --- whitechapel_pro/property.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitechapel_pro/property.te b/whitechapel_pro/property.te index c727d8e3..2dfe16d1 100644 --- a/whitechapel_pro/property.te +++ b/whitechapel_pro/property.te @@ -26,7 +26,7 @@ vendor_internal_prop(vendor_persist_sys_default_prop) vendor_internal_prop(vendor_display_prop) # Fingerprint -vendor_internal_prop(vendor_fingerprint_prop) +vendor_restricted_prop(vendor_fingerprint_prop) # UWB calibration system_vendor_config_prop(vendor_uwb_calibration_prop)