]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysusers.d/basic.conf.in
network: split out functions to get ssid and bssid
[thirdparty/systemd.git] / sysusers.d / basic.conf.in
index 823d6cb200118a10c795fd14496fd429c52a8995..8e358c02d65e27480952cdfeda5afc04674c4092 100644 (file)
@@ -9,7 +9,7 @@
 u root    0     "Super User" /root
 
 # The nobody user for NFS file systems
-u nobody  65534 "Nobody"     -
+u @NOBODY_USER_NAME@  65534 "Nobody"     -
 
 # Administrator group: can *see* more than normal users
 g adm     -     -            -
@@ -19,7 +19,6 @@ g wheel   -     -            -
 
 # Access to certain kernel and userspace facilities
 g kmem    -     -            -
-g lock    -     -            -
 g tty     @TTY_GID@     -            -
 g utmp    -     -            -
 
@@ -29,9 +28,11 @@ g cdrom   -     -            -
 g dialout -     -            -
 g disk    -     -            -
 g input   -     -            -
+g kvm     -     -            -
 g lp      -     -            -
+g render  -     -            -
 g tape    -     -            -
 g video   -     -            -
 
 # Default group for normal users
-g users   -     -            -
+g users   @USERS_GID@     -            -