From 069c2a62a9651aaa3d8d9918eeb166192abc1249 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 6 Jun 2023 13:58:48 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!2471=20?= =?UTF-8?q?:=20bluetooth=5Fservice=20add=20hdf=5Faudio=5Fbluetooth=5Fhdi?= =?UTF-8?q?=5Fservice=20selinux=20permission=20of=20get'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communication/bluetooth/system/bluetooth_service.te | 1 - 1 file changed, 1 deletion(-) diff --git a/sepolicy/ohos_policy/communication/bluetooth/system/bluetooth_service.te b/sepolicy/ohos_policy/communication/bluetooth/system/bluetooth_service.te index 8aa6ddbe7..6b9a2bef3 100644 --- a/sepolicy/ohos_policy/communication/bluetooth/system/bluetooth_service.te +++ b/sepolicy/ohos_policy/communication/bluetooth/system/bluetooth_service.te @@ -107,7 +107,6 @@ allow bluetooth_service data_log:dir { read open }; #avc: denied { open } bluetooth_service a2dp_host tclass=fd #avc: denied { open } bluetooth_service sa_foundation_battery_service tclass=samgr_class allow bluetooth_service hdf_bluetooth_audio_session_service:hdf_devmgr_class { get }; -allow bluetooth_service hdf_audio_bluetooth_hdi_service:hdf_devmgr_class { get }; allow bluetooth_service a2dp_host:fd { use }; allow bluetooth_service sa_foundation_battery_service:samgr_class { get }; -- Gitee