From 7c8ec321e7b6fd97a6eb4b9a3daa16c51b97a74a Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 12 May 2014 17:37:52 +0200 Subject: [PATCH] networkd: unit - add cap to load modules Remember to drop this when the kernel gains autoloading for all netdev kinds. --- units/systemd-networkd.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index 8dd37ff769..f0df671c53 100644 --- a/units/systemd-networkd.service.in +++ b/units/systemd-networkd.service.in @@ -19,7 +19,7 @@ Type=notify Restart=always RestartSec=0 ExecStart=@rootlibexecdir@/systemd-networkd -CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_PTRACE +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_PTRACE CAP_SYS_MODULE WatchdogSec=1min [Install]