Browse Source

explicitly run identd as nobody.kmem; this solves ptrace problem too

OPENBSD_2_0
deraadt 28 years ago
parent
commit
9750d56216
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.8 1996/07/29 02:50:46 deraadt Exp $
# $OpenBSD: inetd.conf,v 1.9 1996/07/31 05:40:23 deraadt Exp $
#
# Internet server configuration database
#
@ -9,7 +9,7 @@ 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 /usr/libexec/fingerd fingerd
ident stream tcp wait root /usr/libexec/identd identd -w -t60 -l -o -e -N
ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -u nobody
tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
comsat dgram udp wait root /usr/libexec/comsat comsat
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd


Loading…
Cancel
Save