From c1ee9afdef729c06aa428dc78c8fae04885b7811 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 31 Mar 2023 12:57:55 +0000 Subject: [PATCH] Use restricted vendor property for ARM runtime options They need to be read by everything that links with libmali, but we don't expect anybody to actually write to them. Bug: b/272740524 Test: CtsDeqpTestCases (dEQP-VK.protected_memory.stack.stacksize_*) Change-Id: I4cd468302da02603cccd9b4b98cb95745129daf5 --- 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 d537c83d..723379ba 100644 --- a/whitechapel_pro/property.te +++ b/whitechapel_pro/property.te @@ -40,4 +40,4 @@ vendor_internal_prop(vendor_telephony_app_prop) vendor_internal_prop(vendor_trusty_storage_prop) # Mali Integration -vendor_public_prop(vendor_arm_runtime_option_prop) +vendor_restricted_prop(vendor_arm_runtime_option_prop)