rfsd: fix permission error am: 30b9f8f277
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14467419 Change-Id: Ie2c37b65f1d83e86eb9da49b8585e67bb4a83f59
This commit is contained in:
commit
1b6d7e0442
1 changed files with 3 additions and 1 deletions
4
whitechapel/vendor/google/rfsd.te
vendored
4
whitechapel/vendor/google/rfsd.te
vendored
|
@ -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:file r_file_perms;
|
||||
|
||||
r_dir_file(rfsd, vendor_fw_file)
|
||||
|
||||
# Allow to access rfsd log file/dir
|
||||
allow rfsd vendor_log_file:dir search;
|
||||
allow rfsd vendor_rfsd_log_file:dir create_dir_perms;
|
||||
|
@ -34,4 +36,4 @@ set_prop(rfsd, vendor_rild_prop)
|
|||
# Allow rfsd to access modem image file/dir
|
||||
allow rfsd modem_img_file:dir r_dir_perms;
|
||||
allow rfsd modem_img_file:file r_file_perms;
|
||||
allow rfsd modem_img_file:lnk_file r_file_perms;
|
||||
allow rfsd modem_img_file:lnk_file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue