rfsd: fix permission error

[RfsService::File] Failed to open file (4) (reason:Permission denied)

Bug: 187148595
Change-Id: Ia553bbc1e1c86b7740b3925679a2da65d3314714
This commit is contained in:
SalmaxChang 2021-05-07 17:49:22 +08:00 committed by Salmax Chang
parent 705ecbe0ab
commit 30b9f8f277

View file

@ -16,6 +16,8 @@ allow rfsd modem_efs_file:file create_file_perms;
allow rfsd radio_vendor_data_file:dir r_dir_perms; allow rfsd radio_vendor_data_file:dir r_dir_perms;
allow rfsd radio_vendor_data_file:file r_file_perms; allow rfsd radio_vendor_data_file:file r_file_perms;
r_dir_file(rfsd, vendor_fw_file)
# Allow to access rfsd log file/dir # Allow to access rfsd log file/dir
allow rfsd vendor_log_file:dir search; allow rfsd vendor_log_file:dir search;
allow rfsd vendor_rfsd_log_file:dir create_dir_perms; allow rfsd vendor_rfsd_log_file:dir create_dir_perms;