# This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # The superuser u root 0 "Super User" /root # Administrator group: can *see* more than normal users g adm - - - # Access to certain kernel and userspace facilities g kmem - - - g tty @TTY_GID@ - - g utmp - - - # Hardware access groups g audio - - - g cdrom - - - g dialout - - - g disk - - - g input - - - g lp - - - g tape - - - g video - - - # Default group for normal users g users @USERS_GID@ - - ## ENEA_start ## # Handle systemd-sysusers hardcoded users/groups interfering with OSTree upgrades: # - nothing in NFVA uses the wheel group, do not create it; # - the 'nobody' group was automatically created for the existing 'nobody' user, # which is not necessary, NFVA already has 'nogroup' (GID 65534); # # Administrator group: can *do* more than normal users # g wheel - - - # The nobody user for NFS file systems # u @NOBODY_USER_NAME@ 65534 "Nobody" - # # Keep the next users/groups in sync with those in /files/{passwd,group} # If an upgrade updates /etc/{passwd,group} then the next users and groups already exist # and the next lines will do nothing. If the upgrade did not update /etc/{passwd,group} # we must dynamically add them, with fixed ids. Ids are the same as in # /files/{passwd,group} g kvm 47 - - m qemu kvm g render 983 - - ## ENEA_end ##