mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 15:46:06 -04:00
undo Disabling TCP SACK, DSACK, FACK
https://forums.whonix.org/t/disabling-tcp-sack-dsack-fack/8109/5
This commit is contained in:
parent
c19942f72b
commit
5fb4eb8e56
3 changed files with 3 additions and 7 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -43,8 +43,6 @@ Description: enhances misc security settings
|
|||
* The TCP/IP stack is hardened.
|
||||
.
|
||||
* 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
|
||||
attacker from exploiting them.
|
||||
|
|
3
debian/security-misc.maintscript
vendored
3
debian/security-misc.maintscript
vendored
|
@ -8,3 +8,6 @@ rm_conffile /etc/default/grub.d/40_only_allow_signed_modules.cfg
|
|||
|
||||
## https://forums.whonix.org/t/sysrq-magic-sysrq-key/8079
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue