From 9ba73f1d79ba7d51e069ce1cd991dd5dc06598e7 Mon Sep 17 00:00:00 2001 From: Prochin Wang Date: Thu, 12 Sep 2024 05:03:43 +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: I021c004ca0153d2995fae6b3d6208d6cd6c799ef --- vendor/property.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/property.te b/vendor/property.te index 8ef51a8c..bc411325 100644 --- a/vendor/property.te +++ b/vendor/property.te @@ -1,5 +1,5 @@ # Fingerprint -vendor_internal_prop(vendor_fingerprint_prop) +vendor_restricted_prop(vendor_fingerprint_prop) # Battery vendor_internal_prop(vendor_battery_defender_prop)