From 1337c54005c49f1c270feb43ff0151136c661ab7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 30 Mar 2023 15:12:26 +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: I7f6f021378467484544cc3dbbe71a8e9e037cf98 --- legacy/whitechapel_pro/property.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/whitechapel_pro/property.te b/legacy/whitechapel_pro/property.te index e3a8d4b9..7e6bc5b3 100644 --- a/legacy/whitechapel_pro/property.te +++ b/legacy/whitechapel_pro/property.te @@ -14,4 +14,4 @@ system_vendor_config_prop(vendor_uwb_calibration_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)