Fix denials for radio service to access files under /data/venodr/radio am: 306bf73c79
am: 368fe6a9b2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/22899484 Change-Id: I400acfbe608174ebf23d3b34971fad6f0531501a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cf7301b214
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
allow radio proc_vendor_sched:dir r_dir_perms;
|
||||
allow radio proc_vendor_sched:file w_file_perms;
|
||||
allow radio proc_vendor_sched:file w_file_perms;
|
||||
|
||||
allow radio radio_vendor_data_file:dir rw_dir_perms;
|
||||
allow radio radio_vendor_data_file:file create_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue