1# Copyright (c) 2024 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14type devicedebug, native_system_domain, domain;
15type devicedebug_exec, system_file_attr, exec_attr, file_attr;
16
17developer_only(`
18    domain_auto_transition_pattern(sh, devicedebug_exec, devicedebug);
19
20    allow sh devicedebug_exec:file { execute execute_no_trans getattr map open read };
21    allow devicedebug default_param:file { map open read };
22    allow devicedebug appspawn:unix_stream_socket { connectto };
23    allow devicedebug appspawn_socket:sock_file { write };
24    allow devicedebug sh:fd { use };
25    allow devicedebug dev_unix_socket:dir { search };
26    allow appspawn hap_domain:process { signal };
27    allow devicedebug hdcd:fd { use };
28    allow devicedebug devpts:chr_file { read write };
29')
30