Browse Source

to inetd, nobody.nobody == nobody, since it does an initgroups()

OPENBSD_2_4
deraadt 26 years ago
parent
commit
92a12c7439
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/inetd.conf

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

@ -1,4 +1,4 @@
# $OpenBSD: inetd.conf,v 1.24 1998/06/10 03:56:42 beck Exp $
# $OpenBSD: inetd.conf,v 1.25 1998/06/10 06:04:07 deraadt Exp $
#
# Internet server configuration database
#
@ -8,7 +8,7 @@ shell stream tcp nowait root /usr/libexec/rshd rshd -L
login stream tcp nowait root /usr/libexec/rlogind rlogind
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
finger stream tcp nowait nobody.nobody /usr/libexec/fingerd fingerd -ls
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -ls
ident stream tcp wait nobody /usr/libexec/identd identd -l -o -e
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
comsat dgram udp wait root /usr/libexec/comsat comsat


Loading…
Cancel
Save