Fix denials for radio service to access files under /data/venodr/radio

Bug: 263792405
Test: get PASS result with go/ril-config-service-test and the original
      denial logs in https://b/263792405#comment17 are gone
Change-Id: Id6d64bb3e159b083e1a1b4c8e728e992fb9b1502
This commit is contained in:
Hongbo Zeng 2023-02-06 03:47:01 +00:00
parent 31f750da2b
commit a82ea96b40

2
radio/radio.te Normal file
View file

@ -0,0 +1,2 @@
allow radio radio_vendor_data_file:dir rw_dir_perms;
allow radio radio_vendor_data_file:file create_file_perms;