From 80f1fbbf9d5f296493a3496e69e93bcaff628910 Mon Sep 17 00:00:00 2001 From: Kadyr Narmamatov Date: Tue, 31 Jan 2023 06:15:02 +0000 Subject: [PATCH] modem_svc_sit: Grant permission to read vendor_fw_file Bug: 267259670 Change-Id: I45d43e6bb17c3849cd6a19579ea1b2fdb1aa032a Signed-off-by: kadirpili --- whitechapel_pro/modem_svc_sit.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel_pro/modem_svc_sit.te b/whitechapel_pro/modem_svc_sit.te index 9d4cba72..d1c90a77 100644 --- a/whitechapel_pro/modem_svc_sit.te +++ b/whitechapel_pro/modem_svc_sit.te @@ -14,6 +14,9 @@ allow modem_svc_sit radio_vendor_data_file:file create_file_perms; allow modem_svc_sit modem_stat_data_file:dir create_dir_perms; allow modem_svc_sit modem_stat_data_file:file create_file_perms; +allow modem_svc_sit vendor_fw_file:dir search; +allow modem_svc_sit vendor_fw_file:file r_file_perms; + allow modem_svc_sit mnt_vendor_file:dir search; allow modem_svc_sit modem_userdata_file:dir create_dir_perms; allow modem_svc_sit modem_userdata_file:file create_file_perms;