From ce3cb6c3829d8a506dabc73327402601bebf5a50 Mon Sep 17 00:00:00 2001 From: Jiani Liu Date: Tue, 7 Mar 2023 14:49:03 +0800 Subject: Add sepolicy for ISupplicantVendor aidl This commit adds required sepolicy changes to avoid avc denial for new vendor.qti.hardware.wifi.supplicant.ISupplicantVendor/default. Change-Id: Ie272772338299eb2c684b1c3683e062b12ca486b --- qva/vendor/common/service_contexts | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3