From 54baacd3dea12a3a9a0f39a3600708982f07eb22 Mon Sep 17 00:00:00 2001 From: zenglei Date: Thu, 28 Aug 2025 19:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E4=B8=89=E6=96=B9=E5=BA=94=E7=94=A8cr?= =?UTF-8?q?ashpad=E5=A2=9E=E5=8A=A0=E5=AF=B9isolated=5Frender=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E8=BF=9B=E7=A8=8B=E6=93=8D=E4=BD=9C=E7=9A=84selinux?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zenglei --- .../ability/ability_runtime/system/normal_hap.te | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sepolicy/ohos_policy/ability/ability_runtime/system/normal_hap.te b/sepolicy/ohos_policy/ability/ability_runtime/system/normal_hap.te index dbc74c797..c364bf859 100644 --- a/sepolicy/ohos_policy/ability/ability_runtime/system/normal_hap.te +++ b/sepolicy/ohos_policy/ability/ability_runtime/system/normal_hap.te @@ -21,3 +21,12 @@ allow normal_hap_attr system_file:file { map }; allow normal_hap_attr sa_service_router_mgr_service:samgr_class { get }; allow normal_hap_attr service_router:binder { call transfer }; allow normal_hap_attr data_app_el2_file:file { append }; +allow normal_hap_attr isolated_render:dir { open }; +allow normal_hap_attr isolated_render:dir { read }; +allow normal_hap_attr isolated_render:dir { search }; +allow normal_hap_attr isolated_render:file { getattr }; +allow normal_hap_attr isolated_render:file { open }; +allow normal_hap_attr isolated_render:file { read }; +allow normal_hap_attr isolated_render:process { getsched }; +allow normal_hap_attr isolated_render:process { ptrace }; +allow normal_hap_attr isolated_render:process { signal }; -- Gitee