summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2022-10-22 05:39:28 +0530
committeralk3pInjection <webmaster@raspii.tech>2023-08-16 15:56:54 +0800
commit7a418e91029c8f8465cb6f8bdd55b26076e7c392 (patch)
treef9b8c79f1775b90d0dd32f0cba3c11d0ddc58cd5
parent71e6623e169395bad5505644a34603505c36ca98 (diff)
gs201: Allow radio access to IOemSlsiRadioExternal
Change-Id: Ib5d57b199b3e8288cd3de0c12898f0c1d679be4a
-rw-r--r--sepolicy/whitechapel_pro/radio.te4
1 files changed, 3 insertions, 1 deletions
diff --git a/sepolicy/whitechapel_pro/radio.te b/sepolicy/whitechapel_pro/radio.te
index 8cb144d9..6dbc8a4c 100644
--- a/sepolicy/whitechapel_pro/radio.te
+++ b/sepolicy/whitechapel_pro/radio.te
@@ -1,2 +1,4 @@
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 hal_exynos_rild_hwservice:hwservice_manager find;