From 9bda7e8c2130de9a3340ebd0e6cc1dedc2eae338 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 22 Oct 2013 11:37:24 +0300 Subject: [PATCH] core: Remove NET_RAW from list of required capabilities This is a left-over from times that raw HCI sockets were used. It's not needed anymore. --- src/bluetooth.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index 2b73254ff..35e9457dc 100644 --- a/src/bluetooth.service.in +++ b/src/bluetooth.service.in @@ -9,7 +9,7 @@ ExecStart=@libexecdir@/bluetoothd NotifyAccess=main #WatchdogSec=10 #Restart=on-failure -CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE LimitNPROC=1 [Install] -- 2.47.3