mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 09:19:32 +07:00
comment out sack by default
https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109/8?u=patrick
This commit is contained in:
3
debian/control
vendored
3
debian/control
vendored
@ -44,7 +44,8 @@ Description: enhances misc security settings
|
|||||||
.
|
.
|
||||||
* This package makes some data spoofing attacks harder.
|
* This package makes some data spoofing attacks harder.
|
||||||
.
|
.
|
||||||
* SACK is disabled as it is commonly exploited and is rarely used.
|
* SACK can be disabled as it is commonly exploited and is rarely used by
|
||||||
|
commenting in settings in file /etc/sysctl.d/tcp_sack.conf.
|
||||||
.
|
.
|
||||||
* This package disables the merging of slabs of similar sizes to prevent an
|
* This package disables the merging of slabs of similar sizes to prevent an
|
||||||
attacker from exploiting them.
|
attacker from exploiting them.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Disables SACK as it is commonly exploited and likely not needed.
|
# Disables SACK as it is commonly exploited and likely not needed.
|
||||||
# https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109
|
# https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109
|
||||||
net.ipv4.tcp_sack=0
|
#net.ipv4.tcp_sack=0
|
||||||
net.ipv4.tcp_dsack=0
|
#net.ipv4.tcp_dsack=0
|
||||||
net.ipv4.tcp_fack=0
|
#net.ipv4.tcp_fack=0
|
||||||
|
Reference in New Issue
Block a user