diff options
author | LuK1337 <priv.luk@gmail.com> | 2020-09-27 23:15:02 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:02 +0200 |
commit | 0031453254c9f9b78f4eee0d4b4344822ccfbf81 (patch) | |
tree | 76a9908320a4507bf5c9e8a371edc392fd78e1f4 /sepolicy/vendor | |
parent | 5a9cddfb66bbd6e9201e788528412dacb77647db (diff) |
sdm660-common: sepolicy: Address radio denials
Change-Id: If37262e6be3d31f51dcd482db04ce647ecd57e4d
Diffstat (limited to 'sepolicy/vendor')
-rw-r--r-- | sepolicy/vendor/radio.te | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sepolicy/vendor/radio.te b/sepolicy/vendor/radio.te new file mode 100644 index 0000000..6a5ee2d --- /dev/null +++ b/sepolicy/vendor/radio.te @@ -0,0 +1,6 @@ +binder_call(radio, cnd) + +allow radio hal_datafactory_hwservice:hwservice_manager find; +allow radio hal_iwlan_hwservice:hwservice_manager find; + +get_prop(radio, qcom_ims_prop) |