diff --git a/usr/lib/sysctl.d/990-security-misc.conf b/usr/lib/sysctl.d/990-security-misc.conf index 95b44ff..9f2736e 100644 --- a/usr/lib/sysctl.d/990-security-misc.conf +++ b/usr/lib/sysctl.d/990-security-misc.conf @@ -81,7 +81,9 @@ kernel.io_uring_disabled=2 ## A martian packet is a one with a source address which is blatantly wrong ## Recommended to keep a log of these to identify these suspicious packets -## Good for troubleshooting and diagnostics but not necessary by default +## Good for troubleshooting and diagnostics but not necessary by default. +## Caused issue: +## https://github.com/Kicksecure/security-misc/issues/214 #net.ipv4.conf.all.log_martians=1 #net.ipv4.conf.default.log_martians=1