https://github.com/serverfarmer/sf-secure-kernel
sf-secure-kernel extension provides secure Linux kernel configuration.
https://github.com/serverfarmer/sf-secure-kernel
devops devops-tools linux linux-kernel security security-automation security-hardening security-tools sysctl sysctl-variables
Last synced: 11 months ago
JSON representation
sf-secure-kernel extension provides secure Linux kernel configuration.
- Host: GitHub
- URL: https://github.com/serverfarmer/sf-secure-kernel
- Owner: serverfarmer
- License: mit
- Created: 2016-11-28T13:49:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T08:42:30.000Z (over 7 years ago)
- Last Synced: 2025-01-22T17:13:27.651Z (about 1 year ago)
- Topics: devops, devops-tools, linux, linux-kernel, security, security-automation, security-hardening, security-tools, sysctl, sysctl-variables
- Language: Shell
- Homepage: http://serverfarmer.org/
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sf-secure-kernel extension provides secure Linux kernel configuration,
including:
- protection from bogus ICMP packets from fake/vicious routers
- protection from SYN flood and small DDoS attacks
- logging bad packets
- RAM protection by turning off Firewire interface
- enforcing several standard protection mechanisms (eg. ASLR)
- restricting ptrace and dmesg for non-root users
- disabling core dumping by setuid/setgid programs
It is compatible with all supported Linux systems.