chiark / gitweb /
networkd: drop CAP_SYS_MODULE
authorTom Gundersen <teg@jklm.no>
Mon, 2 Jun 2014 19:50:50 +0000 (21:50 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 2 Jun 2014 22:40:23 +0000 (00:40 +0200)
commitbddfc8afd329ac68a23f66a3512d4e249af25191
treeebd7a09270848e57e4664cd664e17e81e8cf9135
parenta613382bbf4357ce13f17c988713b80172e091fb
networkd: drop CAP_SYS_MODULE

Rely on modules being built-in or autoloaded on-demand.

As networkd is a network facing service, we want to limits its capabilities,
as much as possible. Also, we may not have CAP_SYS_MODULE in a container,
and we want networkd to work the same there.

Module autoloading does not always work, but should be fixed by the kernel
patch f98f89a0104454f35a: 'net: tunnels - enable module autoloading', which
is currently in net-next and which people may consider backporting if they
want tunneling support without compiling in the modules.

Early adopters may also use a module-load.d snippet and order
systemd-modules-load.service before networkd to force the module
loading of tunneling modules.

This sholud fix the various build issues people have reported.
Makefile.am
src/libsystemd-network/network-internal.c
src/libsystemd-network/network-internal.h
src/network/networkd-manager.c
src/network/networkd-tunnel.c
src/network/networkd.c
src/network/networkd.h
units/systemd-networkd.service.in