Merge 1347478fc8 on remote branch

Change-Id: I40b303693249945736a7815f1f5bf1a4c25a15b4
This commit is contained in:
Linux Build Service Account
2023-10-03 13:37:46 -07:00
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# generic/vendor_hal_gnss_qti.te - generic sepolicy rules for vendor_location hidl
#Allow Gnss HAL to access ril socket
allow vendor_hal_gnss_qti vendor_rild_socket:dir search;
unix_socket_connect(vendor_hal_gnss_qti, vendor_rild, rild)

7
generic/vendor/sdm660_64/location.te vendored Normal file
View File

@@ -0,0 +1,7 @@
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# generic/vendor_location.te - sepolicy rules for generic vendor_location modules
# allows location to access ssgtzd socket
unix_socket_connect(vendor_location, vendor_ssgtzd, vendor_ssgtzd)