From d0303217ad93e96e284b4e23f49f07887be027a5 Mon Sep 17 00:00:00 2001 From: Zhou Shihui Date: Tue, 16 Jul 2024 11:13:07 +0800 Subject: [PATCH] =?UTF-8?q?installs=E4=BD=BF=E7=94=A8=E9=9D=9Efork?= =?UTF-8?q?=E6=8A=93=E6=A0=88=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhou Shihui --- .../bundlemanager/bundle_framework/system/installs.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/ohos_policy/bundlemanager/bundle_framework/system/installs.te b/sepolicy/ohos_policy/bundlemanager/bundle_framework/system/installs.te index e91ba6904..d177d1783 100644 --- a/sepolicy/ohos_policy/bundlemanager/bundle_framework/system/installs.te +++ b/sepolicy/ohos_policy/bundlemanager/bundle_framework/system/installs.te @@ -138,3 +138,4 @@ allow installs data_app_el5_file:fifo_file { unlink }; allow installs data_service_el2_hmdfs:fifo_file { unlink }; allow installs data_service_el2_share:fifo_file { unlink }; allow installs data_local_arkprofile:fifo_file { unlink }; +allow installs faultloggerd:fifo_file { write }; -- Gitee