diff --git a/sepolicy/ohos_policy/location/system/locationhub.te b/sepolicy/ohos_policy/location/system/locationhub.te index 1bab976ff33baab938953914ae9088fc906d6e94..e24ab41ea84388c3d9fd8b52c7aba32458b268d4 100644 --- a/sepolicy/ohos_policy/location/system/locationhub.te +++ b/sepolicy/ohos_policy/location/system/locationhub.te @@ -114,3 +114,6 @@ allow locationhub sa_wifi_device_ability:samgr_class { get }; allow locationhub netmanager:binder { call transfer }; allow locationhub wifi_manager_service:binder { call transfer }; + +#avc: denied { call } for pid=2525 comm="OS_IPC_7_3905" scontext=u:r:locationhub:s0 tcontext=u:r:bluetooth_service:s0 tclass=binder permissive=0 +binder_call(locationhub,bluetooth_service);