platform_device_qcom_sepolicy/generic/private/device_integration.te
chawan 0acbdcc988 Integrate PhoneLink 14-3 sepolicy change
Change-Id: I3682d3f79110baa61e9de7e39049313174c4b5df
2023-05-15 10:49:48 +08:00

31 lines
1.1 KiB
Text

# Copyright (C) 2023 Microsoft Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
###
### Sepolicies below are the same with priv_app domain.
###
type device_integration, domain, coredomain;
app_domain(device_integration)
net_domain(device_integration)
bluetooth_domain(device_integration)
# Priv apps can find services that expose both @SystemAPI and normal APIs.
allow device_integration app_api_service:service_manager find;
allow device_integration system_api_service:service_manager find;
###
### Sepolicies below are different from priv_app domain.
###
allow device_integration vendor_virtual_keyboard_service:service_manager find;