diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2022-10-22 05:39:28 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:52:16 +0800 |
commit | d2b01808321eec1b7808bf8373613a6f2a730971 (patch) | |
tree | d1b63fd35720869221d8942f7830363116112a64 | |
parent | 3be9039100dd5140617da3cab09bbc0aa6e9f6aa (diff) |
gs201: Allow radio access to IOemSlsiRadioExternal
Change-Id: Ib5d57b199b3e8288cd3de0c12898f0c1d679be4a
-rw-r--r-- | sepolicy/whitechapel_pro/radio.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/whitechapel_pro/radio.te b/sepolicy/whitechapel_pro/radio.te index 47278465..5ccb10f8 100644 --- a/sepolicy/whitechapel_pro/radio.te +++ b/sepolicy/whitechapel_pro/radio.te @@ -3,3 +3,5 @@ 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; + +allow radio hal_exynos_rild_hwservice:hwservice_manager find; |