diff --git a/sepolicy/ohos_policy/multimedia/player/system/media_service.te b/sepolicy/ohos_policy/multimedia/player/system/media_service.te index 0709fbab1eb41a39ac0481da220ff1a00e12e3f3..4b2071251730e4a1d8a4b55f96370c912d5203ec 100644 --- a/sepolicy/ohos_policy/multimedia/player/system/media_service.te +++ b/sepolicy/ohos_policy/multimedia/player/system/media_service.te @@ -195,3 +195,6 @@ allow media_service hiview:binder { call transfer }; allow media_service sa_foundation_tel_call_manager:samgr_class { get }; allow media_service telephony_sa:binder { transfer }; + +allow media_service hmdfs:dir { search }; +allow media_service hmdfs:file { open };