diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-01 21:19:49 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-01 21:19:49 +0000 |
commit | dd3c1b5f96ce015028c6fef05c18b7afab991229 (patch) | |
tree | 2e9a5688156a459e1024e2580669edff39dc2b92 /etc/group | |
parent | c4e01c66b0dce2d1c3e267d0a0af0fb936d2a2cb (diff) | |
download | FreeBSD-src-dd3c1b5f96ce015028c6fef05c18b7afab991229.zip FreeBSD-src-dd3c1b5f96ce015028c6fef05c18b7afab991229.tar.gz |
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.
Diffstat (limited to 'etc/group')
-rw-r--r-- | etc/group | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id:$ +# $Id: group,v 1.17 1998/09/13 23:05:46 brian Exp $ # wheel:*:0:root daemon:*:1:daemon @@ -13,6 +13,7 @@ man:*:9: games:*:13: staff:*:20:root guest:*:31:root +bind:*:53: uucp:*:66: xten:*:67:xten dialer:*:68: |