Configurator process for the Douane firewall at application layer
Douane is a firewall at application layer for Linux kernel 2.6.x and 3.x version. This application allow you to filter the out going network traffic.
To make it works, you must install python version 3 and the following packages:
sudo apt-get install gtk+3.0 python3-gi python3-lxml python3-dbus
You can install it easily using the following PPA:
git clone https://github.com/Douane/douane-configurator
cd douane-configurator
sudo python3 setup.py install
This application is under the LGPL licence.