diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-01 09:12:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-01 09:12:00 +0200 |
commit | d3cf48f4bd3d69a276f17aa7c910e0b35215caba (patch) | |
tree | dc25842b40016380d9efa24afe7e7aa56d68ce02 /Makefile.am | |
parent | 40393d5247c4cd28625fdccbc2b78f3406d44c45 (diff) |
networkd: run as unpriviliged "systemd-network" user
This allows us to run networkd mostly unpriviliged with the exception of
CAP_NET_* and CAP_SYS_MODULE. I'd really like to get rid of the latter
though...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f66ef4275b..5158bbc776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4253,6 +4253,7 @@ systemd_networkd_SOURCES = \ systemd_networkd_LDADD = \ libsystemd-networkd-core.la \ + libsystemd-capability.la \ $(KMOD_LIBS) noinst_LTLIBRARIES += \ |