]> git.proxmox.com Git - systemd.git/blame - sysusers.d/basic.conf.in
bump version to 252.11-pve1
[systemd.git] / sysusers.d / basic.conf.in
CommitLineData
e842803a
MB
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
82126c13
LB
9g root 0 - -
10u root 0:0 "Super User" /root
e842803a 11
ea0999c9
MB
12# The nobody user/group for NFS file systems
13g {{NOBODY_GROUP_NAME}} 65534 - -
086111aa 14u {{NOBODY_USER_NAME }} 65534:65534 "Kernel Overflow User" -
e842803a
MB
15
16# Administrator group: can *see* more than normal users
626cb2db 17g adm {{ADM_GID }} - -
e842803a
MB
18
19# Administrator group: can *do* more than normal users
626cb2db 20g wheel {{WHEEL_GID }} - -
e842803a 21
626cb2db
MB
22# Access to shared database of users on the system
23g utmp {{UTMP_GID }} - -
e842803a 24
626cb2db
MB
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 }} - -
e842803a
MB
39
40# Default group for normal users
626cb2db 41g users {{USERS_GID }} - -