From 9152974ac76d30809cddcf5b69943f64328be467 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 27 Oct 2021 19:32:33 -0400 Subject: [PATCH] Allow rild access to more props. Help fix RIL on Pixel 1 --- sepolicy/qualcomm.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/qualcomm.te b/sepolicy/qualcomm.te index 2669694..a1ddd5b 100644 --- a/sepolicy/qualcomm.te +++ b/sepolicy/qualcomm.te @@ -28,3 +28,5 @@ allowxperm tee rpmb_device:blk_file ioctl { 0xb300-0xbfff }; attribute smcinvoke_device_29_0; type smcinvoke_device, dev_type; typeattribute smcinvoke_device smcinvoke_device_29_0; + +get_prop(rild, default_prop);