]> git.proxmox.com Git - systemd.git/blame - sysusers.d/basic.conf.in
Imported Upstream version 229
[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
5eef597e 9u root 0 "Super User" /root
e842803a
MB
10
11# The nobody user for NFS file systems
5eef597e 12u nobody 65534 "Nobody" -
e842803a
MB
13
14# Administrator group: can *see* more than normal users
5eef597e 15g adm - - -
e842803a
MB
16
17# Administrator group: can *do* more than normal users
5eef597e 18g wheel - - -
e842803a
MB
19
20# Access to certain kernel and userspace facilities
5eef597e 21g kmem - - -
5eef597e
MP
22g tty @TTY_GID@ - -
23g utmp - - -
e842803a
MB
24
25# Hardware access groups
5eef597e
MP
26g audio - - -
27g cdrom - - -
28g dialout - - -
29g disk - - -
30g input - - -
31g lp - - -
32g tape - - -
33g video - - -
e842803a
MB
34
35# Default group for normal users
5eef597e 36g users - - -