diff --git a/sepolicy/ohos_policy/bundlemanager/bundle_framework/system/installs.te b/sepolicy/ohos_policy/bundlemanager/bundle_framework/system/installs.te index e91ba69042c0071397a0357463289073636696b2..d177d1783b56bbb2d42e3465c20dc068e4125ad6 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 };