Bit of modernising. Remove old KerberosIV entries, add example
sshd entries, sort internal services the same as everywhere else.
This commit is contained in:
parent
7f6beb5e90
commit
7c32cdbb93
@ -8,6 +8,8 @@
|
||||
#
|
||||
#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
|
||||
#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
|
||||
#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
|
||||
#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
|
||||
#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
|
||||
#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
|
||||
#shell stream tcp nowait root /usr/libexec/rshd rshd
|
||||
@ -41,9 +43,9 @@
|
||||
#time dgram udp wait root internal
|
||||
#time dgram udp6 wait root internal
|
||||
#echo stream tcp nowait root internal
|
||||
#echo dgram udp6 wait root internal
|
||||
#echo dgram udp wait root internal
|
||||
#echo stream tcp6 nowait root internal
|
||||
#echo dgram udp wait root internal
|
||||
#echo dgram udp6 wait root internal
|
||||
#discard stream tcp nowait root internal
|
||||
#discard stream tcp6 nowait root internal
|
||||
#discard dgram udp wait root internal
|
||||
@ -53,13 +55,6 @@
|
||||
#chargen dgram udp wait root internal
|
||||
#chargen dgram udp6 wait root internal
|
||||
#
|
||||
# Kerberos authenticated services
|
||||
#
|
||||
#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
|
||||
#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
|
||||
#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
|
||||
#kip stream tcp nowait root /usr/libexec/kipd kipd
|
||||
#
|
||||
# CVS servers - for master CVS repositories only! You must set the
|
||||
# --allow-root path correctly or you open a trivial to exploit but
|
||||
# deadly security hole.
|
||||
|
Loading…
x
Reference in New Issue
Block a user