From f7df65f03b01999c7d0ab0ae0f231392714a46d0 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 4 Jun 2022 09:34:39 -0400 Subject: [PATCH] sepolicy: Address qmipriod denials on Xperia 5 II --- sepolicy/private/qualcomm.te | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sepolicy/private/qualcomm.te diff --git a/sepolicy/private/qualcomm.te b/sepolicy/private/qualcomm.te new file mode 100644 index 0000000..9ccb730 --- /dev/null +++ b/sepolicy/private/qualcomm.te @@ -0,0 +1,5 @@ +type vendor_qmipriod, domain; +type vendor_qmipriod_data_file, file_type, data_file_type; + +r_dir_file(vendor_qmipriod, vendor_qmipriod_data_file); +allow vendor_qmipriod vendor_qmipriod_data_file:file w_file_perms;