diff options
author | Jiani Liu <quic_jianil@quicinc.com> | 2023-03-07 14:49:03 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 14:14:52 +0800 |
commit | ce3cb6c3829d8a506dabc73327402601bebf5a50 (patch) | |
tree | a1cb7ffb4d20f3f7906291662990f6f1e96003f7 | |
parent | 0a4e3aa57c5ca0883a9086ed8f9a6419aea0f6f1 (diff) |
Add sepolicy for ISupplicantVendor aidltachibana-mr1-legacy
This commit adds required sepolicy changes to avoid avc denial for new
vendor.qti.hardware.wifi.supplicant.ISupplicantVendor/default.
Change-Id: Ie272772338299eb2c684b1c3683e062b12ca486b
-rw-r--r-- | qva/vendor/common/service_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qva/vendor/common/service_contexts b/qva/vendor/common/service_contexts index f45f1d36..201c62c5 100644 --- a/qva/vendor/common/service_contexts +++ b/qva/vendor/common/service_contexts @@ -30,3 +30,4 @@ vendor.qti.hardware.qxr.IQXRCamService/default u:object_r:vendor_hal_qvr vendor.qti.hardware.qxr.IQXRModService/default u:object_r:vendor_hal_qvrd_service:s0 vendor.qti.hardware.qxr.IQXRSplitService/default u:object_r:vendor_hal_sxrd_service:s0 vendor.qti.hardware.qxr.IQXRAudioService/default u:object_r:vendor_hal_sxrd_service:s0 +vendor.qti.hardware.wifi.supplicant.ISupplicantVendor/default u:object_r:hal_wifi_supplicant_service:s0 |