From a6aa3f0e329293fbb38f199b772e85c4efa219f1 Mon Sep 17 00:00:00 2001 From: Chenyang Zhong Date: Wed, 31 May 2023 11:17:32 +0530 Subject: [PATCH] sdm710-common: sepolicy: allow rild to call qtidataservices_app avc: denied { call } for comm="DataModule-Loop" scontext=u:r:rild:s0 tcontext=u:r:qtidataservices_app:s0:c221,c256,c512,c768 tclass=binder permissive=0 Change-Id: Ibec0d6e78a823f3a90ec7e166f58dd6b2797db65 --- sepolicy/vendor/rild.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/vendor/rild.te b/sepolicy/vendor/rild.te index 7175d27..b893a6f 100644 --- a/sepolicy/vendor/rild.te +++ b/sepolicy/vendor/rild.te @@ -1,3 +1,5 @@ # Allow rild to read, write and create files in vendor_data_file allow rild vendor_data_file:dir rw_dir_perms; allow rild vendor_data_file:file create_file_perms; + +binder_call(rild, qtidataservices_app)