Merge "Allow vendor_location_xtwifi_client to access ssgtzd socket"
This commit is contained in:
commit
890d0f52e3
1 changed files with 7 additions and 0 deletions
7
generic/vendor/lahaina/location.te
vendored
Normal file
7
generic/vendor/lahaina/location.te
vendored
Normal 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)
|
Loading…
Reference in a new issue