Disable UDP echo, chargen, date, and daytime services.
This commit is contained in:
parent
71704f34b1
commit
b67268cfbc
@ -20,11 +20,11 @@ discard stream tcp nowait root internal
|
||||
chargen stream tcp nowait root internal
|
||||
daytime stream tcp nowait root internal
|
||||
time stream tcp nowait root internal
|
||||
echo dgram udp wait root internal
|
||||
#echo dgram udp wait root internal
|
||||
discard dgram udp wait root internal
|
||||
chargen dgram udp wait root internal
|
||||
daytime dgram udp wait root internal
|
||||
time dgram udp wait root internal
|
||||
#chargen dgram udp wait root internal
|
||||
#daytime dgram udp wait root internal
|
||||
#time dgram udp 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user