summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-01 21:19:49 +0000
committerdillon <dillon@FreeBSD.org>1998-12-01 21:19:49 +0000
commitdd3c1b5f96ce015028c6fef05c18b7afab991229 (patch)
tree2e9a5688156a459e1024e2580669edff39dc2b92 /etc/inetd.conf
parentc4e01c66b0dce2d1c3e267d0a0af0fb936d2a2cb (diff)
downloadFreeBSD-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/inetd.conf')
-rw-r--r--etc/inetd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index f058da6..899df7a 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -1,4 +1,4 @@
-# $Id: inetd.conf,v 1.30 1998/09/30 16:12:40 wosch Exp $
+# $Id: inetd.conf,v 1.31 1998/11/04 19:42:35 phk Exp $
#
# Internet server configuration database
#
@@ -12,8 +12,8 @@ finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
-comsat dgram udp wait root /usr/libexec/comsat comsat
-ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
+comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
+ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
#bootps dgram udp wait root /usr/libexec/bootpd bootpd
#
@@ -67,7 +67,7 @@ ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
#
# example entry for the optional ident server
#
-#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120
+#ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120
#
# example entry for the optional qmail MTA
#
OpenPOWER on IntegriCloud