]> git.ipfire.org Git - thirdparty/systemd.git/blame - sysusers.d/basic.conf.in
nspawn: rework how /run/host/ is set up
[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
20fcf3ab 9u root 0 "Super User" /root
1b992147 10
59282254 11# The nobody user for NFS file systems
60712021 12u @NOBODY_USER_NAME@ 65534 "Nobody" -
1b992147
LP
13
14# Administrator group: can *see* more than normal users
20fcf3ab 15g adm - - -
1b992147
LP
16
17# Administrator group: can *do* more than normal users
20fcf3ab 18g wheel - - -
1b992147
LP
19
20# Access to certain kernel and userspace facilities
20fcf3ab 21g kmem - - -
20fcf3ab
LP
22g tty @TTY_GID@ - -
23g utmp - - -
1b992147
LP
24
25# Hardware access groups
20fcf3ab
LP
26g audio - - -
27g cdrom - - -
28g dialout - - -
29g disk - - -
30g input - - -
5a664ca1 31g kvm - - -
2422bd21
LP
32g lp - - -
33g render - - -
20fcf3ab
LP
34g tape - - -
35g video - - -
1b992147
LP
36
37# Default group for normal users
84786b8e 38g users @USERS_GID@ - -