Merge 1347478fc8 on remote branch
Change-Id: I40b303693249945736a7815f1f5bf1a4c25a15b4
This commit is contained in:
9
generic/vendor/sdm660_64/hal_gnss_qti.te
vendored
Normal file
9
generic/vendor/sdm660_64/hal_gnss_qti.te
vendored
Normal 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
7
generic/vendor/sdm660_64/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)
|
||||||
Reference in New Issue
Block a user