From 4e932195267624e144dfb2358e3dc877ecbdda0b Mon Sep 17 00:00:00 2001 From: chrisw444 Date: Sun, 5 Dec 2021 23:29:04 +0200 Subject: [PATCH] sm7250-common: sepolicy: Fix hardware denial W/libc (8466): Access denied finding property "ro.hardware.chipname" --- sepolicy/private/property_contexts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepolicy/private/property_contexts b/sepolicy/private/property_contexts index d93353e..c7a32a2 100644 --- a/sepolicy/private/property_contexts +++ b/sepolicy/private/property_contexts @@ -15,3 +15,6 @@ ro.ril.oem.meid u:object_r:deviceid_prop:s0 # MIUI ro.cust.test u:object_r:exported_system_prop:s0 ro.miui. u:object_r:exported_system_prop:s0 + +# Hardware +ro.hardware.chipname u:object_r:exported_default_prop:s0