Thread: I need an outbound GUI software firewall
a reply closed thread
http://ubuntuforums.org/showthread.php?t=1696699
talk , no action in thread.zonealarm not exist ubuntu here other ways control network access.
stop program accessing network:
# install sux,create new user bob,set network rules him , run gedit (or whatever program shoud stopped) bob
sudo apt-get install sux
sudo useradd bob -c "example user bob" -d /home/bob -m -s /bin/bash -g users
sudo iptables -a output -m owner --uid-owner bob -j drop
sudo sux bob gedit
stop programs accessing network except one:
# create new user bob,set network rules bubba (thats me) , run gedit bob
sudo useradd bob -c "example user bob" -d /home/bob -m -s /bin/bash -g users
sudo iptables -a output -m owner --uid-owner bubba -j drop
sudo sux bob gedit
more user friendly possible edit meny alacarte run programs different users.
there more examples here
http://www.linuxjournal.com/article/6091
Forum The Ubuntu Forum Community Ubuntu Specialised Support Security [ubuntu] I need an outbound GUI software firewall
Ubuntu

Comments
Post a Comment