]> git.proxmox.com Git - systemd.git/blob - sysusers.d/basic.conf.in
bump version to 252.11-pve1
[systemd.git] / sysusers.d / basic.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 g root 0 - -
10 u root 0:0 "Super User" /root
11
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" -
15
16 # Administrator group: can *see* more than normal users
17 g adm {{ADM_GID }} - -
18
19 # Administrator group: can *do* more than normal users
20 g wheel {{WHEEL_GID }} - -
21
22 # Access to shared database of users on the system
23 g utmp {{UTMP_GID }} - -
24
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 }} - -
39
40 # Default group for normal users
41 g users {{USERS_GID }} - -