Skip to content

serverfarmer/sf-secure-kernel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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.