mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
## Copyright (C) 2012 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## Conntrack:
|
|
## Disable Netfilter's automatic connection tracking helper assignment.
|
|
## Increases kernel attack surface by enabling superfluous functionality such as IRC parsing in the kernel.
|
|
##
|
|
## https://conntrack-tools.netfilter.org/manual.html
|
|
## https://forums.whonix.org/t/disable-conntrack-helper/18917
|
|
##
|
|
options nf_conntrack nf_conntrack_helper=0
|