chiark / gitweb /
units: run systemd-networkd.service only if CAP_NET_ADMIN capability is around
authorLennart Poettering <lennart@poettering.net>
Wed, 18 Dec 2013 15:45:20 +0000 (16:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 18 Dec 2013 17:21:27 +0000 (18:21 +0100)
This has the effect that systemd-networkd won't run in containers
without network namespacing wher CAP_NET_ADMIN is (usually) not
available. It will still run in containers with network namespacing on
(where CAP_NET_ADMIN is usually avilable).

We might remove this condition check again if networkd provides services
to apps that also are useful in containers lacking network namespacing,
however, as long as it doesn't it should be handled like udevd and be
excluded in such containers.


No differences found