Douane personal firewall for GNU/Linux
douaneapp.com
Douane personal firewall for GNU/Linux
1–10 of 46 posts
Re: Douane personal firewall for GNU/Linux
#2Re: Douane personal firewall for GNU/Linux
#3Re: Douane personal firewall for GNU/Linux
#4I like the Little Snitch style "allow/deny per binary" thing. It's really unfortunate that it needs a new kernel module because current default firewalls (pf, iptables, etc.) only operate on IP addresses don't know anything about processes.
Edit: Looks like that only matches the process "task command name", so it probably won't work for full paths. I guess that's why they use their own kernel module?
Edit2: Never mind. That feature disappeared with 2.6.14, 10 years ago: https://lists.netfilter.org/pipermail/netfilter/2007-January...
Re: Douane personal firewall for GNU/Linux
#5Linux has been missing a personal firewall with good GUI for a looong time.
I'll probs give it a try on a VM and see how well it works.
Re: Douane personal firewall for GNU/Linux
#6Re: Douane personal firewall for GNU/Linux
#7I like the Little Snitch style "allow/deny per binary" thing. It's really unfortunate that it needs a new kernel module because current default firewalls (pf, iptables, etc.) only operate on IP addresses don't know anything about processes.
Re: Douane personal firewall for GNU/Linux
#8I like the Little Snitch style "allow/deny per binary" thing. It's really unfortunate that it needs a new kernel module because current default firewalls (pf, iptables, etc.) only operate on IP addresses don't know anything about processes.
There is nothing bundled inside Netfilter for this anymore because this is racy: several unrelated processes can use the same socket. The processes may come and go whenever they want.
There is also some prior art (but it's a dead project): NuFirewall.
Re: Douane personal firewall for GNU/Linux
#9Can't a process forge its name and icon?
*As always, a multi-faceted approach should be taken with security, and this isn't all you should be running if you're trying to defend yourself.
Re: Douane personal firewall for GNU/Linux
#10This page lists nothing under Packages but the author has actually made AUR packages for Archlinux:
https://github.com/Douane/Douane/wiki/Archlinux-Packaging
Here's a directly link to the installation instructions for anyone who'd want to try it out