]> git.ipfire.org Git - thirdparty/systemd.git/blob - sysusers.d/systemd.conf.in
bbdc261620d821b90a4593e2ed093cbc0340473c
[thirdparty/systemd.git] / sysusers.d / systemd.conf.in
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 # The superuser
9 u root 0 "Super User"
10
11 # The nobody user for NFS file systems
12 u nobody 65534 "Nobody"
13
14 # Administrator group: can *see* more than normal users
15 g adm - -
16
17 # Administrator group: can *do* more than normal users
18 g wheel - -
19
20 # Access to certain kernel and userspace facilities
21 g kmem - -
22 g lock - -
23 g tty @TTY_GID@ -
24 g utmp - -
25
26 # Hardware access groups
27 g audio - -
28 g cdrom - -
29 g dialout - -
30 g disk - -
31 g input - -
32 g lp - -
33 g tape - -
34 g video - -
35
36 # Default group for normal users
37 g users - -
38
39 # Users and groups for specific systemd subsystems
40 g systemd-journal - -
41 u systemd-journal-gateway - "systemd Journal Gateway"
42 u systemd-bus-proxy - "systemd Bus Proxy"
43 u systemd-network - "systemd Network Management"
44 u systemd-resolve - "systemd Resolver"
45 u systemd-timesync - "systemd Time Synchronization"