diff --git a/sepolicy/ohos_policy/communication/netmanager/system/netsysnative.te b/sepolicy/ohos_policy/communication/netmanager/system/netsysnative.te index 39e1ffab55b019f7adc8599dfeea7fa0edc42875..5d1736567180184d3834389d41d1ecd7431b63f8 100644 --- a/sepolicy/ohos_policy/communication/netmanager/system/netsysnative.te +++ b/sepolicy/ohos_policy/communication/netmanager/system/netsysnative.te @@ -98,6 +98,7 @@ allow netsysnative netsysnative:netlink_route_socket { setopt bind setattr getat allow netsysnative sa_distributed_net_service:samgr_class { add get }; allow netmanager sa_distributed_net_service:samgr_class { add get }; +allow netmanager netmanager:capability { net_bind_service }; allow sa_distributed_net_service sa_distributed_net_service:samgr_class { add get }; allow system_basic_hap sa_distributed_net_service:samgr_class { add get }; allow system_core_hap sa_distributed_net_service:samgr_class { add get };