diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-04 11:17:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-04 11:24:12 +0200 |
commit | 323a2f0b4b3db8f34c382e66f1940c1216bdfc9d (patch) | |
tree | 5cbbc502c324e9fff98db9b698632478c5ea5e32 /README | |
parent | c343be283b7152554bac0c02493a4e1759c163f7 (diff) | |
download | systemd-323a2f0b4b3db8f34c382e66f1940c1216bdfc9d.tar.gz |
README: mention new required user systemd-bus-proxy
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -183,20 +183,17 @@ USERS AND GROUPS: exist. During execution this network facing service will drop privileges and assume this uid/gid for security reasons. - The NTP daemon requires the "systemd-timesync" system user and - group to exist. During execution this network facing service - 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. - - The name resolution daemon requires the "systemd-resolve" - system user and group to exist. During execution this network - facing service will drop privileges and assume this uid/gid - for security reasons. + Similar, the NTP daemon requires the "systemd-timesync" system + user and group to exist. + + Similar, the network management daemon requires the + "systemd-network" system user and group to exist. + + Similar, the name resolution daemon requires the + "systemd-resolve" system user and group to exist. + + Similar, the kdbus dbus1 proxy daemon requires the + "systemd-bus-proxy" system user and group to exist. WARNINGS: systemd will warn you during boot if /etc/mtab is not a |