From dd3c1b5f96ce015028c6fef05c18b7afab991229 Mon Sep 17 00:00:00 2001 From: dillon Date: Tue, 1 Dec 1998 21:19:49 +0000 Subject: 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. --- etc/group | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/group') diff --git a/etc/group b/etc/group index f0cc540..6de3a75 100644 --- a/etc/group +++ b/etc/group @@ -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: -- cgit v1.1