GitHub - Kicksecure/security-misc: Kernel Hardening; Protect Linux User Accounts against Brute Force Attacks; Improve Entropy Collection; Strong Linux User Account Separation; Enhances Misc Security Settings - https://www.kicksecure.com/wiki/Security-misc
Enhances miscellaneous security settings
Kernel hardening
This section is inspired by the Kernel Self Protection Project (KSPP). It
implements all recommended Linux kernel settings by the KSPP and many more.
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
sysctl
sysctl settings are configured via the /etc/sysctl.d/30_security-misc.conf
configuration file.
A kernel pointer points to a specific location in kernel memory. These can
be very useful in exploiting the kernel so they a...
Read more at github.com