rymc / LAF

Linux Application Firewall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAF

Linux Application Firewall (LAF) is an application firewall for Linux. It allows users full control over which applications are allowed to communicate over the network.

Alternative to LAF

Abandoned Projects

Related/Interesting Things

Requirements

LAF requires libnetfilter-queue, it's dependency libnfnetlink and a kernel 2.6.14 or later.

sudo apt-get install libnfnetlink-dev libnetfilter-queue-dev

Help Needed

If you are a C or a Python developer you can help us improve LAF. Feel free to take a look at the bug tracker for some tasks to do.

License

LAF is licensed under GPLv3 license. See LICENSE for more information.

About

Linux Application Firewall


Languages

Language:C 99.1%Language:Makefile 0.9%