chiark / gitweb /
resolved: support for TCP DNS queries
[elogind.git] / sysusers.d / systemd.conf
index c44eaac3da5d6a7a2e718a9ec41a08b23cbd9c4c..4c4bd4a2090a22b3cee4370a49af402e8a180a73 100644 (file)
@@ -5,39 +5,9 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# The superuser
-u root                          0               "Super User"
-
-# The nobody use for NFS file systems
-u nobody                        65534           "Nobody"
-
-# Administrator group: can *see* more than normal users
-g adm                           -               -
-
-# Administrator group: can *do* more than normal users
-g wheel                         -               -
-
-# Access to certain kernel and userspace facilities
-g kmem                          -               -
-g lock                          -               -
-g tty                           5               -
-g utmp                          -               -
-
-# Hardware access groups
-g audio                         -               -
-g cdrom                         -               -
-g dialout                       -               -
-g disk                          -               -
-g lp                            -               -
-g tape                          -               -
-g video                         -               -
-
-# Default group for normal users
-g users                         -               -
-
-# Users and groups for specific systemd subsystems
 g systemd-journal               -               -
 u systemd-journal-gateway       -               "systemd Journal Gateway"
+u systemd-journal-remote        -               "systemd Journal Remote"
 u systemd-bus-proxy             -               "systemd Bus Proxy"
 u systemd-network               -               "systemd Network Management"
 u systemd-resolve               -               "systemd Resolver"