bluetoothd directly use HCI socket for vendor command such as
"socket(AF_BLUETOOTH, SOCK_RAW | SOCK_CLOEXEC, BTPROTO_HCI)".
For writing the packet we should add 'cap_net_raw' capability.
Change-Id: Iefe04fcc992c7ee53075d68bfeda0ca93173dc0a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Type=dbus
BusName=org.bluez
ExecStart=/usr/libexec/bluetooth/bluetoothd -d -C
-Capabilities=cap_net_admin,cap_net_bind_service,cap_dac_override=i
+Capabilities=cap_net_admin,cap_net_raw,cap_net_bind_service,cap_dac_override=i
SecureBits=keep-caps
SmackProcessLabel=System
KillMode=process