Merge "modem_svc_sit: Grant permission to read vendor_fw_file"

This commit is contained in:
TreeHugger Robot 2023-01-03 02:50:17 +00:00 committed by Android (Google) Code Review
commit 9bb06f3d46

View file

@ -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;