Fix denials for radio service to access files under /data/venodr/radio
Bug: 270561266 Test: get PASS result with go/ril-config-service-test and the original denial logs in http://b/270561266#comment8 are gone Change-Id: I17155852bb2408b4389a86d32228292885e14c46
This commit is contained in:
parent
5f9732a97a
commit
306bf73c79
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 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