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 14allow processdump debug_param:file { map }; 15allow processdump startup_param:file { read }; 16allow processdump startup_param:file { open }; 17allow processdump startup_param:file { map }; 18allow processdump bootevent_param:file { read }; 19allow processdump bootevent_param:file { open }; 20allow processdump bootevent_param:file { map }; 21allow processdump build_version_param:file { read }; 22allow processdump build_version_param:file { open }; 23allow processdump build_version_param:file { map }; 24allow processdump bootevent_samgr_param:file { map open read }; 25allow processdump const_display_brightness_param:file { map open read }; 26allow processdump default_param:file { map open read }; 27allow processdump dev_kmsg_file:chr_file { open write }; 28allow processdump distributedsche_param:file { map open read }; 29allow processdump input_pointer_device_param:file { map open read }; 30allow processdump sh:process { ptrace }; 31allow processdump system_bin_file:file { getattr map open read }; 32 33