mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-07 07:52:17 -04:00
Show details regarding secure_redirects
(again)
This commit is contained in:
parent
88c88187f2
commit
1445457626
2 changed files with 8 additions and 1 deletions
|
@ -272,6 +272,12 @@ net.ipv4.conf.default.send_redirects=0
|
|||
net.ipv6.conf.all.accept_redirects=0
|
||||
net.ipv6.conf.default.accept_redirects=0
|
||||
|
||||
## Accept ICMP redirect messages only for approved gateways.
|
||||
## If ICMP redirect messages are permitted, only useful if managing a default gateway list.
|
||||
##
|
||||
net.ipv4.conf.all.secure_redirects=1
|
||||
net.ipv4.conf.default.secure_redirects=1
|
||||
|
||||
## Ignore ICMP echo requests.
|
||||
## Prevents clock fingerprinting through ICMP timestamps and Smurf attacks.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue