From 78386038280d7a059493d811ed2bcd5a08a6e228 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 31 Mar 2023 12:57:10 +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: I963fb55fb92ef5f91426dbec913c901e58cacf64 --- whitechapel/vendor/google/property.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whitechapel/vendor/google/property.te b/whitechapel/vendor/google/property.te index 0c34c631..c1884200 100644 --- a/whitechapel/vendor/google/property.te +++ b/whitechapel/vendor/google/property.te @@ -58,5 +58,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)