device_lenovo_sdm710-common/sepolicy/vendor/rild.te
Chenyang Zhong a6aa3f0e32
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
2023-11-25 21:44:07 +02:00

5 lines
203 B
Text

# 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)