Merge "sepolicy: Added filecontents to address port-bridge avc denials"
diff --git a/generic/vendor/common/location_lowi_server.te b/generic/vendor/common/location_lowi_server.te
index 05b5595..0db210d 100644
--- a/generic/vendor/common/location_lowi_server.te
+++ b/generic/vendor/common/location_lowi_server.te
@@ -95,3 +95,7 @@
# Lowi doesnt need to communicate with SLIM. Denial can be ignored.
dontaudit vendor_location_lowi_server vendor_location_slim_daemon:unix_dgram_socket sendto;
+
+hal_client_domain(vendor_location_lowi_server, vendor_hal_qms_qti);
+
+binder_use(vendor_location_lowi_server);
diff --git a/qva/vendor/common/cnd.te b/qva/vendor/common/cnd.te
index a339327..e370f73 100644
--- a/qva/vendor/common/cnd.te
+++ b/qva/vendor/common/cnd.te
@@ -77,6 +77,7 @@
hal_client_domain(vendor_cnd,hal_wifi_hostapd)
hal_client_domain(vendor_cnd,hal_wifi_supplicant)
+hal_client_domain(vendor_cnd,vendor_hal_qms_qti)
# allow cnd to access wpa_socket
allow vendor_cnd vendor_wifi_vendor_data_file:dir r_dir_perms;