udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / sysusers.d / basic.conf.in
blob0aec080a4cbb907cb05deced7266f7a32956cd4a
1 #  This file is part of systemd.
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.
8 # The superuser
9 g root    0       -            -
10 u root    0:0     "Super User" /root
12 # The nobody user/group for NFS file systems
13 g {{NOBODY_GROUP_NAME}} 65534       -            -
14 u {{NOBODY_USER_NAME }} 65534:65534 "Kernel Overflow User"     -
16 # Administrator group: can *see* more than normal users
17 g adm     {{ADM_GID    }}     -            -
19 # Administrator group: can *do* more than normal users
20 g wheel   {{WHEEL_GID  }}     -            -
22 # Access to shared database of users on the system
23 g utmp    {{UTMP_GID   }}     -            -
25 # Physical and virtual hardware access groups
26 g audio   {{AUDIO_GID  }}     -            -
27 g cdrom   {{CDROM_GID  }}     -            -
28 g dialout {{DIALOUT_GID}}     -            -
29 g disk    {{DISK_GID   }}     -            -
30 g input   {{INPUT_GID  }}     -            -
31 g kmem    {{KMEM_GID   }}     -            -
32 g kvm     {{KVM_GID    }}     -            -
33 g lp      {{LP_GID     }}     -            -
34 g render  {{RENDER_GID }}     -            -
35 g sgx     {{SGX_GID    }}     -            -
36 g tape    {{TAPE_GID   }}     -            -
37 g tty     {{TTY_GID    }}     -            -
38 g video   {{VIDEO_GID  }}     -            -
40 # Default group for normal users
41 g users   {{USERS_GID  }}     -            -