Add CAP_NET_RAW by default (needed by mtu-auto)

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-30 16:24:36 +00:00
parent 8476332224
commit 086fa412ed

View File

@@ -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