Skip to content

papagalu/fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fw

fw is a small project in which we want to implement a basic linux firewall

it will contain 2 main parts:

  • the first one is the cli
  • the second one is a kernel module

with the cli we will send the firewall rules to the kernel module

the kernel module will implement the hook function for netfilter

Roadmap

  • implement basic getopt_long()
  • implement a basic kernel module
  • get started with netfilter hooks
  • communicate between kernelspace and userspace with procfs

About

small linux firewall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published