
IMPORTANT: this change has a docs/UPDATING entry! This change is a long overdue switch-over from the old MINIX set of user and group accounts to the NetBSD set. This switch-over is increasingly important now that we are importing more and more utilities from NetBSD, several of which expect various user accounts to exist. By switching over in one go, we save ourselves various headaches in the long run, even if the switch-over itself is a bit painful for existing MINIX users. The newly imported master.passwd and group files have three exceptions compared to their NetBSD originals: 1. There is a custom "service" account for MINIX 3 services. This account is used to limit run-time privileges of various system services, and is not used for any files on disk. Its user ID may be changed later, but should always correspond to whatever the SERVICE_UID definition is set to. 2. The user "bin" has its shell set to /bin/sh, instead of NetBSD's /sbin/nologin. The reason for this is that the test set in /usr/tests/minix-posix will not be able to run otherwise. 3. The group "operator" has been set to group ID 0, to match its old value. This tweak is purely for transitioning purposes: as of writing, pkgsrc packages are still using root:operator as owner and group for most installed files. Sometime later, we can change back "operator" to group ID 5 without breaking anything, because it does not appear that this group name is used for anything important. Change-Id: I689bcfff4cf7ba85c27d1ae579057fa3f8019c68
36 lines
465 B
Plaintext
Executable File
36 lines
465 B
Plaintext
Executable File
wheel:*:0:root
|
|
daemon:*:1:daemon
|
|
kmem:*:2:root
|
|
sys:*:3:root
|
|
tty:*:4:root
|
|
operator:*:0:root
|
|
mail:*:6:
|
|
bin:*:7:
|
|
wsrc:*:9:
|
|
maildrop:*:11:
|
|
postfix:*:12:
|
|
games:*:13:
|
|
named:*:14:
|
|
ntpd:*:15:
|
|
sshd:*:16:
|
|
_pflogd:*:18:
|
|
_rwhod:*:19:
|
|
staff:*:20:root
|
|
_proxy:*:21:
|
|
_timedc:*:22:
|
|
_sdpd:*:23:
|
|
_httpd:*:24:
|
|
_mdnsd:*:25:
|
|
_tests:*:26:
|
|
_tcpdump:*:27:
|
|
_tss:*:28:
|
|
_gpio:*:29:
|
|
_rtadvd:*:30:
|
|
guest:*:31:root
|
|
nobody:*:39:
|
|
utmp:*:45:
|
|
authpf:*:72:
|
|
users:*:100:
|
|
dialer:*:117:
|
|
nogroup:*:32766:
|