From 086fa412eddba7235588d0e049b20c4c98c31e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 30 Nov 2017 16:24:36 +0000 Subject: [PATCH] Add CAP_NET_RAW by default (needed by mtu-auto) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- systemd/glorytun@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/glorytun@.service.in b/systemd/glorytun@.service.in index bcbf45b..3d641de 100644 --- a/systemd/glorytun@.service.in +++ b/systemd/glorytun@.service.in @@ -6,7 +6,7 @@ After=network.target Type=simple Restart=always ExecStart=@bindir@/glorytun-run /etc/glorytun/%i -CapabilityBoundingSet=CAP_NET_ADMIN +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW [Install] WantedBy=multi-user.target