aboutsummaryrefslogtreecommitdiff
path: root/etc/master.passwd
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-01 21:19:49 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-01 21:19:49 +0000
commitac48aa416a6e6fc972f3a65517dd69571c46861c (patch)
tree1ddd832abf0ff61eb89f3910ed5ec3bd3e7a4532 /etc/master.passwd
parent386794da125e4b372881e1c32eb638c20ebf0d31 (diff)
downloadsrc-ac48aa416a6e6fc972f3a65517dd69571c46861c.tar.gz
src-ac48aa416a6e6fc972f3a65517dd69571c46861c.zip
Added group bind(53), added sandbox users tty(4), kmem(5), and bind(53),
adjustd inetd.conf to run comsat and ntalk from tty sandbox, and the (commented out) ident from the kmem sandbox. Note that it is necessary to give each group access it's own uid to prevent programs running under a single uid from being able to gdb or otherwise mess with other programs (with different group perms) running under the same uid.
Notes
Notes: svn path=/head/; revision=41441
Diffstat (limited to 'etc/master.passwd')
-rw-r--r--etc/master.passwd3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/master.passwd b/etc/master.passwd
index fed210d5a117..82d8359d04ec 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -3,9 +3,12 @@ toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system processes:/root:/sbin/nologin
operator:*:2:5::0:0:System &:/usr/guest/operator:/bin/csh
bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin
+tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
+kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin
games:*:7:13::0:0:Games pseudo-user:/usr/games:/sbin/nologin
news:*:8:8::0:0:News Subsystem:/:/sbin/nologin
man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/sbin/nologin
+bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin
uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
xten:*:67:67::0:0:X-10 daemon:/usr/local/xten:/sbin/nologin
pop:*:68:6::0:0:Post Office Owner:/nonexistent:/sbin/nologin