These were added to systemd's basic.conf in 4ced52595f3e0367a0f2823be8b7acf6d7b7c2be, 49bb7fe5f88fc35b8529d7d8dfcd4c151a9aaf1a and 9361a712f85860ead532dba1468dbd3deef00e34. Let's add them to the setup package as well to ensure we match with systemd's expected user/group layout.
41 lines
1.4 KiB
Text
41 lines
1.4 KiB
Text
u root 0 "Super User" /root /bin/bash
|
|
u bin 1 "bin" /bin -
|
|
u daemon 2 "daemon" /sbin -
|
|
u adm 3:4 "adm" /var/adm -
|
|
u lp 4:7 "lp" /var/spool/lpd -
|
|
u sync 5:0 "sync" /sbin /bin/sync
|
|
u shutdown 6:0 "shutdown" /sbin /sbin/shutdown
|
|
u halt 7:0 "halt" /sbin /sbin/halt
|
|
u mail 8:12 "mail" /var/spool/mail -
|
|
u operator 11:0 "operator" /root -
|
|
u games 12:100 "games" /usr/games -
|
|
u ftp 14:50 "FTP User" /var/ftp -
|
|
u nobody 65534 "Kernel Overflow User" - -
|
|
g root 0
|
|
g sys 3
|
|
g adm 4
|
|
g tty 5
|
|
g disk 6
|
|
g lp 7
|
|
g mem 8
|
|
g kmem 9
|
|
g wheel 10
|
|
g cdrom 11
|
|
g mail 12
|
|
g man 15
|
|
g dialout 18
|
|
g floppy 19
|
|
g games 20
|
|
g utmp 22
|
|
g tape 33
|
|
g kvm 36
|
|
g video 39
|
|
g ftp 50
|
|
g lock 54
|
|
g audio 63
|
|
g users 100
|
|
g clock 103
|
|
g input 104
|
|
g render 105
|
|
g sgx 106
|
|
g nobody 65534
|