mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-30 05:01:39 +01:00
Disable UDP echo, chargen, date, and daytime services.
This commit is contained in:
parent
d067a90a1c
commit
1edc2b89b7
@ -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…
Reference in New Issue
Block a user