block wine internet access
block wine internet access
everyone says that linux is mostly free from spyware
but i use wine a lot and i dont want the windows programs in wine
to have internet access.. i still want them to have local network access but not internet..
how do i do this?
can i stop access on a application by application basis?
i am using ubuntu 8.10 x64 and the latest wine
nutz
but i use wine a lot and i dont want the windows programs in wine
to have internet access.. i still want them to have local network access but not internet..
how do i do this?
can i stop access on a application by application basis?
i am using ubuntu 8.10 x64 and the latest wine
nutz
block wine internet access
On Sat, Nov 22, 2008 at 9:00 PM, nutpantz <[email protected]> wrote:
--
-Austin
Use native linux tools for this, i.e., iptables.everyone says that linux is mostly free from spyware
but i use wine a lot and i dont want the windows programs in wine
to have internet access.. i still want them to have local network access but not internet..
how do i do this?
can i stop access on a application by application basis?
i am using ubuntu 8.10 x64 and the latest wine
nutz
--
-Austin
there are no native tools for linux to block access to the Internet on a application by application basis. no firewall or any other gui way for noobs like myself that notifies the user that application it accessing the Internet. nothing that tells you that a port is in use or if information is being transmitted.
sure you can block the port that an application uses.
but there is no way to find out what application is using what port or when
unless you are logging everything and can find out after the fact.
for a noob this would allow untold amount of spyware to get out from wine.
nutz
sure you can block the port that an application uses.
but there is no way to find out what application is using what port or when
unless you are logging everything and can find out after the fact.
for a noob this would allow untold amount of spyware to get out from wine.
nutz
block wine internet access
On Sun, Nov 23, 2008 at 6:21 PM, nutpantz <[email protected]> wrote:
to run the Wine apps as a different user might at least give you some
level of control...
--cmd-owner might help as well...
http://linux.die.net/man/8/iptables - see owner extension....
Gert
IPtables cvan match by uid... Using something such as shorewall and suthere are no native tools for linux to block access to the Internet on a application by application basis. no firewall or any other gui way for noobs like myself that notifies the user that application it accessing the Internet. nothing that tells you that a port is in use or if information is being transmitted.
sure you can block the port that an application uses.
but there is no way to find out what application is using what port or when
unless you are logging everything and can find out after the fact.
for a noob this would allow untold amount of spyware to get out from wine.
nutz
to run the Wine apps as a different user might at least give you some
level of control...
--cmd-owner might help as well...
http://linux.die.net/man/8/iptables - see owner extension....
Gert
Re: block wine internet access
No, you can't. It would be really easy to get around this if it's done by Wine itself.nutpantz wrote:can i stop access on a application by application basis?
Wine can't stop an application calling system functions because it's 100% user space.
block wine internet access
vitamin wrote:
with Linux out-of-the-box. But he can use iptables and other programs
to block by uid and port. Thus, if a specific user is used to run Wine
(the su - <username> type script) and then block that user from all
Internet access excepting the local internet, which should be a
blackhole set (10.x.x.x, 172.16.x.x, 192.168.x.x) then this would be
possible.
However, why are you so concerned about spyware? I don't use Wine to
browse the web nor read mail. There are better programs than what will
run under Wine for this purpose. If you are testing spyware programs to
see if Wine will or will not run them, then you should not be connected
to ANY network, local or Internet.
James McKenzie
No, he cannot block by application, and I don't know if this is possiblenutpantz wrote:
No, you can't. It would be really easy to get around this if it's done by Wine itself.can i stop access on a application by application basis?
Wine can't stop an application calling system functions because it's 100% user space.
with Linux out-of-the-box. But he can use iptables and other programs
to block by uid and port. Thus, if a specific user is used to run Wine
(the su - <username> type script) and then block that user from all
Internet access excepting the local internet, which should be a
blackhole set (10.x.x.x, 172.16.x.x, 192.168.x.x) then this would be
possible.
However, why are you so concerned about spyware? I don't use Wine to
browse the web nor read mail. There are better programs than what will
run under Wine for this purpose. If you are testing spyware programs to
see if Wine will or will not run them, then you should not be connected
to ANY network, local or Internet.
James McKenzie
block wine internet access
On Tue, Dec 30, 2008 at 1:54 PM, nutpantz <[email protected]> wrote:
--
-Austin
Do it as you would with any linux app, iptables, etc.im worried about games phoning home
im worried about various apps phoning home.
there are about 20 programs that i CANNOT replace with a linux app.
and many of them phone home or auto update and i dont want to deal with any of that.
nutz
--
-Austin
block wine internet access
Some Windows programs also stop working if they cannot contact their 'home' server. You should be able, with Linux's facilities, to block communications from your programs to their 'home' server. The same can be done with the MacOSX firewall product.im worried about games phoning home
im worried about various apps phoning home.
there are about 20 programs that i CANNOT replace with a linux app.
and many of them phone home or auto update and i dont want to deal with any of that.
James McKenzie