From b6d47eb967457a3a64a3898f8d6d5179cd564e3b Mon Sep 17 00:00:00 2001 From: Abhay Agarwal Date: Fri, 14 Aug 2020 21:49:36 +0530 Subject: [PATCH] mesh: Update capabilities of bluetooth-mesh This patch updates bluetooth-mesh capabilities to allow network_fw user to launch bluetooth-mesh daemon on HCI RAW socket. Change-Id: I009c7356fb34f748e672d715b831c1967bf6aea2 Signed-off-by: Abhay Agarwal --- mesh/bluetooth-mesh.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/bluetooth-mesh.service.in b/mesh/bluetooth-mesh.service.in index 0dded0a..62b6dcf 100644 --- a/mesh/bluetooth-mesh.service.in +++ b/mesh/bluetooth-mesh.service.in @@ -7,7 +7,7 @@ Group=network_fw Type=dbus BusName=org.bluez.mesh ExecStart=@pkglibexecdir@/bluetooth-meshd --nodetach --debug --use_raw -Capabilities=cap_net_admin,cap_net_bind_service,cap_dac_override=eip +Capabilities=cap_net_admin,cap_net_raw,cap_net_bind_service,cap_dac_override=eip SecureBits=keep-caps SmackProcessLabel=System KillMode=process -- 2.7.4