From bbb626e2a1f232759c2eac6550aca7ecaf001e87 Mon Sep 17 00:00:00 2001 From: wzhhhh Date: Thu, 4 Sep 2025 07:13:16 +0000 Subject: [PATCH] =?UTF-8?q?DP=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wzhhhh --- .../device_profile_core/system/deviceprofile.te | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sepolicy/ohos_policy/deviceprofile/device_profile_core/system/deviceprofile.te b/sepolicy/ohos_policy/deviceprofile/device_profile_core/system/deviceprofile.te index 28869efeb..5d28ea9e2 100755 --- a/sepolicy/ohos_policy/deviceprofile/device_profile_core/system/deviceprofile.te +++ b/sepolicy/ohos_policy/deviceprofile/device_profile_core/system/deviceprofile.te @@ -14,12 +14,6 @@ allow distributedsche sa_device_profile_service:samgr_class { add get }; allow distributedsche pasteboard_service:binder { call transfer }; allow distributedsche sa_dhardware_service:samgr_class { get_remote }; -allow distributedsche data_service_el2_file:dir { ioctl open read }; -allow distributedsche data_service_el2_file:file { getattr ioctl lock map open read write setattr }; -allowxperm distributedsche data_service_el2_file:dir ioctl { 0xf546 }; -allowxperm distributedsche data_service_el2_file:file ioctl { 0xf50c 0xf546 }; -allow distributedsche data_service_el1_file:dir { ioctl }; -allowxperm distributedsche data_service_el1_file:dir ioctl { 0xf546 0xf547 }; allow distributedsche sa_asset_service:samgr_class { get }; allow distributedsche asset_service:binder { call transfer }; allow distributedsche sys_file:file { read }; -- Gitee