diff --git a/generic/vendor/lahaina/location.te b/generic/vendor/lahaina/location.te new file mode 100644 index 00000000..7d1a94d3 --- /dev/null +++ b/generic/vendor/lahaina/location.te @@ -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) \ No newline at end of file