summaryrefslogtreecommitdiff
path: root/etc/master.passwd
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-11-15 20:44:41 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-11-15 20:44:41 +0000
commitd884ef7923c6ee677503ef42b15ad03ec8c3ae38 (patch)
treef541d8a2cbfbe94eb58ce74f29f0beec93ada6eb /etc/master.passwd
parent9d7cd204a187e6e3e4ded5633a20d2208f3f98fd (diff)
Introduce the build user and the wobj group that will soon be used as
defaults for building the system from source. ok deraadt
Diffstat (limited to 'etc/master.passwd')
-rw-r--r--etc/master.passwd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/master.passwd b/etc/master.passwd
index 06e203f7885..c3fb1ce3d35 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -2,6 +2,7 @@ root::0:0:daemon:0:0:Charlie &:/root:/bin/ksh
daemon:*:1:1::0:0:The devil himself:/root:/sbin/nologin
operator:*:2:5::0:0:System &:/operator:/sbin/nologin
bin:*:3:7::0:0:Binaries Commands and Source:/:/sbin/nologin
+build:*:21:21::0:0:base and xenocara build:/var/empty:/bin/ksh
sshd:*:27:27::0:0:sshd privsep:/var/empty:/sbin/nologin
_portmap:*:28:28::0:0:portmap:/var/empty:/sbin/nologin
_identd:*:29:29::0:0:identd:/var/empty:/sbin/nologin