From a82ea96b408e1e4dc7031c77790d26a324f551dc Mon Sep 17 00:00:00 2001 From: Hongbo Zeng Date: Mon, 6 Feb 2023 03:47:01 +0000 Subject: [PATCH] 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 --- radio/radio.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 radio/radio.te diff --git a/radio/radio.te b/radio/radio.te new file mode 100644 index 00000000..a0492bf2 --- /dev/null +++ b/radio/radio.te @@ -0,0 +1,2 @@ +allow radio radio_vendor_data_file:dir rw_dir_perms; +allow radio radio_vendor_data_file:file create_file_perms;