mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Revert "undo Disabling TCP SACK, DSACK, FACK"
This reverts commit 5fb4eb8e56
.
This commit is contained in:
parent
62a0239207
commit
02096f8d7c
2
debian/control
vendored
2
debian/control
vendored
@ -43,6 +43,8 @@ Description: enhances misc security settings
|
|||||||
* The TCP/IP stack is hardened.
|
* The TCP/IP stack is hardened.
|
||||||
.
|
.
|
||||||
* 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.
|
||||||
.
|
.
|
||||||
* 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.
|
||||||
|
3
debian/security-misc.maintscript
vendored
3
debian/security-misc.maintscript
vendored
@ -8,6 +8,3 @@ rm_conffile /etc/default/grub.d/40_only_allow_signed_modules.cfg
|
|||||||
|
|
||||||
## https://forums.whonix.org/t/sysrq-magic-sysrq-key/8079
|
## https://forums.whonix.org/t/sysrq-magic-sysrq-key/8079
|
||||||
rm_conffile /etc/sysctl.d/sysrq.conf
|
rm_conffile /etc/sysctl.d/sysrq.conf
|
||||||
|
|
||||||
## https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109/5
|
|
||||||
rm_conffile /etc/sysctl.d/tcp_sack.conf
|
|
||||||
|
5
etc/sysctl.d/tcp_sack.conf
Normal file
5
etc/sysctl.d/tcp_sack.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Disables SACK as it is commonly exploited and likely not needed.
|
||||||
|
# https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109
|
||||||
|
net.ipv4.tcp_sack=0
|
||||||
|
net.ipv4.tcp_dsack=0
|
||||||
|
net.ipv4.tcp_fack=0
|
Loading…
Reference in New Issue
Block a user