diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-01 09:35:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-01 09:35:19 +0200 |
commit | e15007bc0ee16a193684c2a9e60ded137eed5b0c (patch) | |
tree | e74eba9b99f4c0489e0b122946835a510b381584 /README | |
parent | d3cf48f4bd3d69a276f17aa7c910e0b35215caba (diff) | |
download | systemd-e15007bc0ee16a193684c2a9e60ded137eed5b0c.tar.gz |
README: document the new "systemd-network" user we require for systemd-networkd
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -188,6 +188,11 @@ USERS AND GROUPS: will drop privileges (with the exception of CAP_SYS_TIME) and assume this uid/gid for security reasons. + The network management daemon requires the "systemd-network" + system user and group to exist. During execution this network + facing service will drop privileges (with the exception of + CAP_NET_*) and assumed this uid/gid for security reasons. + WARNINGS: systemd will warn you during boot if /etc/mtab is not a symlink to /proc/mounts. Please ensure that /etc/mtab is a |