I wish to prevent some programs from "phoning home", and to allow other programs to access only specific web servers.
Is there any way to interactively allow or decline outbound communication from individual programs on Ubuntu?
|
I wish to prevent some programs from "phoning home", and to allow other programs to access only specific web servers. Is there any way to interactively allow or decline outbound communication from individual programs on Ubuntu? |
||||
|
|
|
You could give Anoubis a try. There are installation instructions and packages for Karmic Koala available (I'm new to superuser, so you'll have to find them yourself >:-S Hint: on the Download page scroll down to "Distributions"). |
|||
|
|
|
Well not exactly interactive but I know about 3 ways to restrict network access to programs.
|
|||
|
|
|
That would be netfilter/ipfilter with some script that would do things interactively (maybe with the nice API available on Ubuntu) using a background scripting. There is some old discussion at this UbuntuForums page. |
|||
|
|
|
I had been using gufw for some time, it's nice and easy to install/configure. gufw doesn't come with Ubuntu installations. You have to install it manually 'sudo apt-get install gufw'. Here are some of the references. |
|||
|
|