Browse Source

5 new uid/gid sets; millert ok

OPENBSD_3_2
deraadt 22 years ago
parent
commit
d281062060
4 changed files with 21 additions and 6 deletions
  1. +6
    -1
      src/etc/aliases
  2. +5
    -0
      src/etc/group
  3. +5
    -5
      src/etc/inetd.conf
  4. +5
    -0
      src/etc/master.passwd

+ 6
- 1
src/etc/aliases View File

@ -1,5 +1,5 @@
#
# $OpenBSD: aliases,v 1.9 2002/07/15 22:33:23 millert Exp $
# $OpenBSD: aliases,v 1.10 2002/07/15 23:47:57 deraadt Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /bin/mail.
@ -26,6 +26,11 @@ popa3d: root
proxy: root
smmsp: root
sshd: root
_portmap: root
_rstatd: root
_identd: root
_rusersd: root
_fingerd: root
# Well-known aliases -- these should be filled in!
# root:


+ 5
- 0
src/etc/group View File

@ -14,7 +14,12 @@ staff:*:20:root
smmsp:*:25:
popa3d:*:26:
sshd:*:27:
_portmap:*:28:
_identd:*:29:
_rstatd:*:30:
guest:*:31:root
_rusersd:*:32:
_fingerd:*:33:
utmp:*:45:
crontab:*:66:
www:*:67:


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

@ -1,4 +1,4 @@
# $OpenBSD: inetd.conf,v 1.48 2002/06/28 22:40:31 deraadt Exp $
# $OpenBSD: inetd.conf,v 1.49 2002/07/15 23:47:57 deraadt Exp $
#
# Internet server configuration database
#
@ -11,10 +11,10 @@
#shell stream tcp nowait root /usr/libexec/rshd rshd -L
#shell stream tcp6 nowait root /usr/libexec/rshd rshd -L
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm
#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsm
ident stream tcp nowait nobody /usr/libexec/identd identd -el
ident stream tcp6 nowait nobody /usr/libexec/identd identd -el
#finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm
#finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm
ident stream tcp nowait _identd /usr/libexec/identd identd -el
ident stream tcp6 nowait _identd /usr/libexec/identd identd -el
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot
127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat


+ 5
- 0
src/etc/master.passwd View File

@ -5,6 +5,11 @@ bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin
smmsp:*:25:25::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
popa3d:*:26:26::0:0:POP3 server:/var/empty:/sbin/nologin
sshd:*:27:27::0:0:sshd privsep:/var/empty:/sbin/nologin
_portmap:*:28:28::0:0:portmap:/var/empty:/sbin/nologin
_identd:*:29:29::0:0:identd:/var/empty:/sbin/nologin
_rstatd:*:30:30::0:0:rpc.rstatd:/var/empty:/sbin/nologin
_rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin
_fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin
uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico
www:*:67:67::0:0:HTTP server:/var/www:/sbin/nologin
named:*:70:70::0:0:BIND Name Service Daemon:/var/named:/sbin/nologin


Loading…
Cancel
Save