• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2022 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
14sys.usb.ffs.ready = root:shell:0660
15persist.hdc.root = root:shell:0660
16persist.hdc.mode = root:shell:0660
17persist.hdc.port = root:shell:0660
18persist.hdc.uv.threads = root:shell:0660
19persist.hdc.daemon.auth_result = root:shell:0660
20persist.hdc.client.hostname = root:shell:0660
21persist.hdc.daemon.auth_cancel = root:shell:0660
22const.hdc.secure = root:shell:0660
23
24# hdc control, init, edm and usb_host can write control by selinux
25persist.hdc.control = usb_host:edm:0664
26persist.hdc.control.shell = root:shell:0644
27persist.hdc.control.file = root:shell:0644
28persist.hdc.control.fport = root:shell:0644
29persist.hdc.control_system = system:system:0664
30
31# hdcd can be replaced when it is without uart
32# you should setenforce 0 and mount to write /system
33persist.hdc.replace = root:root:0770
34