From b02a0963fd161982e59c50daa21b7396cc9aa84b Mon Sep 17 00:00:00 2001 From: Viva La Vida Date: Mon, 1 Sep 2025 10:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=A1=86=E6=9E=B6=E8=BE=B9?= =?UTF-8?q?=E6=92=AD=E7=89=B9=E6=80=A7=EF=BC=8C=E7=9B=B8=E6=9C=BA=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=9D=83=E9=99=90=E8=BF=9B=E5=85=A5=E5=90=8E=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=9A=E8=B7=AF=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E6=8A=8A=E6=96=87=E4=BB=B6=E7=9A=84open=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=94=BE=E5=9C=A8media=5Fservice=E4=BE=A7=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viva La Vida --- sepolicy/ohos_policy/multimedia/player/system/media_service.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepolicy/ohos_policy/multimedia/player/system/media_service.te b/sepolicy/ohos_policy/multimedia/player/system/media_service.te index 0709fbab1..4b2071251 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 }; -- Gitee