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
9u root    0     "Super User" /root
10
11# The nobody user/group for NFS file systems
12g {{NOBODY_GROUP_NAME}} 65534       -            -
13u {{NOBODY_USER_NAME }} 65534:65534 "Nobody"     -
14
15# Administrator group: can *see* more than normal users
16g adm     {{ADM_GID    }}     -            -
17
18# Administrator group: can *do* more than normal users
19g wheel   {{WHEEL_GID  }}     -            -
20
21# Access to shared database of users on the system
22g utmp    {{UTMP_GID   }}     -            -
23
24# Physical and virtual hardware access groups
25g audio   {{AUDIO_GID  }}     -            -
26g cdrom   {{CDROM_GID  }}     -            -
27g dialout {{DIALOUT_GID}}     -            -
28g disk    {{DISK_GID   }}     -            -
29g input   {{INPUT_GID  }}     -            -
30g kmem    {{KMEM_GID   }}     -            -
31g kvm     {{KVM_GID    }}     -            -
32g lp      {{LP_GID     }}     -            -
33g render  {{RENDER_GID }}     -            -
34g sgx     {{SGX_GID    }}     -            -
35g tape    {{TAPE_GID   }}     -            -
36g tty     {{TTY_GID    }}     -            -
37g video   {{VIDEO_GID  }}     -            -
38
39# Default group for normal users
40g users   {{USERS_GID  }}     -            -
41