]> git.ipfire.org Git - thirdparty/systemd.git/blame - sysusers.d/basic.conf.in
core: Record ExecMainStartTimestamp before forking
[thirdparty/systemd.git] / sysusers.d / basic.conf.in
CommitLineData
1b992147
LP
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
9361a712 9g root 0 - -
49bb7fe5 10u root 0:0 "Super User" /root
1b992147 11
4ced5259
RV
12# The nobody user/group for NFS file systems
13g {{NOBODY_GROUP_NAME}} 65534 - -
94b84a07 14u {{NOBODY_USER_NAME }} 65534:65534 "Kernel Overflow User" -
1b992147
LP
15
16# Administrator group: can *see* more than normal users
9a797ddc 17g adm {{ADM_GID }} - -
1b992147
LP
18
19# Administrator group: can *do* more than normal users
9a797ddc 20g wheel {{WHEEL_GID }} - -
1b992147 21
9a797ddc
ZJS
22# Access to shared database of users on the system
23g utmp {{UTMP_GID }} - -
1b992147 24
9a797ddc
ZJS
25# Physical and virtual hardware access groups
26g audio {{AUDIO_GID }} - -
27g cdrom {{CDROM_GID }} - -
28g dialout {{DIALOUT_GID}} - -
29g disk {{DISK_GID }} - -
30g input {{INPUT_GID }} - -
31g kmem {{KMEM_GID }} - -
32g kvm {{KVM_GID }} - -
33g lp {{LP_GID }} - -
34g render {{RENDER_GID }} - -
35g sgx {{SGX_GID }} - -
36g tape {{TAPE_GID }} - -
37g tty {{TTY_GID }} - -
38g video {{VIDEO_GID }} - -
1b992147
LP
39
40# Default group for normal users
9a797ddc 41g users {{USERS_GID }} - -