From 460b62759a6491db95d8182da8747da2f7e93d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8A=E8=8B=8F?= Date: Tue, 2 Sep 2025 10:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E6=9D=83=E9=99=90;=20Signed-off-by:liuhaosu@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昊苏 --- .../print/print_service/system/mdnsmanager.te | 14 -------------- .../print/print_service/system/parameter_contexts | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 sepolicy/ohos_policy/print/print_service/system/mdnsmanager.te delete mode 100644 sepolicy/ohos_policy/print/print_service/system/parameter_contexts diff --git a/sepolicy/ohos_policy/print/print_service/system/mdnsmanager.te b/sepolicy/ohos_policy/print/print_service/system/mdnsmanager.te deleted file mode 100644 index 578fac591..000000000 --- a/sepolicy/ohos_policy/print/print_service/system/mdnsmanager.te +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2024 Huawei Device Co., Ltd. -# 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. - -allow mdnsmanager scan_service:binder { call }; diff --git a/sepolicy/ohos_policy/print/print_service/system/parameter_contexts b/sepolicy/ohos_policy/print/print_service/system/parameter_contexts deleted file mode 100644 index 36f984677..000000000 --- a/sepolicy/ohos_policy/print/print_service/system/parameter_contexts +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2024 Huawei Device Co., Ltd. -# 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. - -scan. u:object_r:scan_param:s0 -- Gitee