Browse Source

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.
OPENBSD_3_2
deraadt 22 years ago
parent
commit
b05f19e325
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/inetd.conf

+ 3
- 3
src/etc/inetd.conf View File

@ -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

Loading…
Cancel
Save