From b05f19e325fa97894a38e86d92ce6c7cb57241dc Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 24 May 2002 00:51:21 +0000 Subject: [PATCH] Not that kvm parts are removed, run rpc.rstatd and rpc.rusers as nobody. While I do not like running things as nobody since the step up is very small, we use this for other daemons in inetd. And it is still a small step. --- src/etc/inetd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 68d65a4b..c8d5f45a 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.44 2002/05/06 22:22:50 millert Exp $ +# $OpenBSD: inetd.conf,v 1.45 2002/05/24 00:51:21 deraadt Exp $ # # Internet server configuration database # @@ -51,8 +51,8 @@ time stream tcp6 nowait root internal # Encrypted X connections #kx stream tcp nowait root /usr/X11R6/bin/kxd kxd # RPC based services -rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd -rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd +rstatd/1-3 dgram rpc/udp wait nobody /usr/libexec/rpc.rstatd rpc.rstatd +rusersd/1-3 dgram rpc/udp wait nobody /usr/libexec/rpc.rusersd rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad