From 306bf73c79f75d3e7022e716520f483588d02905 Mon Sep 17 00:00:00 2001 From: Hongbo Zeng Date: Thu, 27 Apr 2023 10:15:18 +0000 Subject: [PATCH] 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 --- whitechapel_pro/radio.te | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/whitechapel_pro/radio.te b/whitechapel_pro/radio.te index 8cb144d9..47278465 100644 --- a/whitechapel_pro/radio.te +++ b/whitechapel_pro/radio.te @@ -1,2 +1,5 @@ allow radio proc_vendor_sched:dir r_dir_perms; -allow radio proc_vendor_sched:file w_file_perms; \ No newline at end of file +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;