Slashdot Log In
Real Networks And More Privacy Concerns
Posted by
Hemos
on Fri May 19, 2000 07:34 AM
from the what-a-bunch-of-schmucks dept.
from the what-a-bunch-of-schmucks dept.
Arrogant-Bastard writes: "Lauren Weinstein's Privacy Forum Digest V09 #15 reports
that RealNetworks' "Download Demon" forwards the details
of any download (i.e. URLs, filenames) to RealNetworks.
See The Digest
for details. " Now, granted, this time the program, if you read the fine print, says that it will do this - but c'mon people - how many bone-headed moves do you have to make?
This discussion has been archived.
No new comments can be posted.
Real Networks and More Privacy Concerns
|
Log In/Create an Account
| Top
| 146 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
|
2
(1)
|
2

Re:Download Demon, NOT RealPlayer (Score:3)
Well, since you've asked, yes.
(1) WMP works better than the RealPlayer -- it crashes less often (note: "less often", not "rarely") and AFAIK supports more formats. Besides, I don't really watch anything in RealAudio/Video anyway.
(2) RealNetworks has a very consistent pattern of trying to spy on its users -- much more so than Microsoft.
(3) Given a choice between dealing with a big lumbering dinosaur (e.g. stegosaurus) and a smaller more aggressive one (e.g. velociraptor), I'll take the big one any time.
Kaa
Re:Alternatives? (Score:3)
I think however that you might find that similiar situations are going to become "industry standard".
As a point in case, I recently installed a "personalized firewall" product on a friends machine. As a confirmed paranoid, I had a packet sniffer running at the time and guess what?
Suprise, suprise, it fired of a packet to it's creators to let them know that it had been installed at that IP address. My advice to my friend was simple - get ride of it.
The moral of my tale is obvious. If your stuck using Windoze in certain situations, get yourself a packet sniffer first and worry about your multi-media ( and other utilities ) later.
This kind of idiocy is becoming so pervasive it's gone beyond a joke. The only reason why it even gets of the ground is simply because the general public doesn't know. If they did, they wouldn't touch these products and companies would very quickly learn to leave the issue alone.
You might be strangling my chicken, but you don't want to know what I'm doing to your hampster.
ZoneAlarm caught them (Score:4)
I just installed RA last night on win2k, funny coincidence. ZoneAlarm from ZoneLabs [zonelabs.com] started warning me as soon as I restarted that something was up. First, Real Jukebox wanted to access the internet. Now way, Sorry. Then something called main_program (I think, this is from memory) tried to access the internet. Again, no way.
At this point I started to uninstall all the crap that I didn't ask for. When I got to the Zip download thing, after I hit the uninstall program they provided, main_program wanted to access the internet again. jeez, these people are desperate for stats I guess.
So not only does is keep track of download stats, it also wants to know when you install and un-install the app.
--mark
Caveat emptor is no excuse (Score:3)
Does this come as any surprise to Real? Quite the contrary, they know that people generally read at most the first page of those agreements; they were counting on it. They could have put the notice about the software's logging in big bold letters at the top of the agreement, but they didn't. Why? Because they knew many people wouldn't agree to it; that's why. You can scream "caveat emptor" until you're blue in the face, but the fact is that a merchant that cheats his customers is still a villain, even if the customers should have known better than to be taken in.
-rpl
Gaol? (Score:3)
Some sort of bionic-chroot-on-steriods might be the answer for running untrusted binary-only software. FreeBSD has jail() which is like an improved version of chroot(), but what's needed here is something more sophisticated.
Ideally you'd make it so that _all_ access to the outside world can be filtered through some userland process. Preferably a Perl program, hehehe. This is roughly what I have in mind:
filter_syscall() {
if (call is 'open file for reading') {
if (filename one of those allowed) {
return OKAY;
} else {
modify the 'open' call so the mode is
set to read-only; return OKAY;
}
} else if (call is 'read') {
return OKAY;
} else if (call is 'send data over network') {
check to see if the data is being sent
back to RealNetworks - if it is then
return FAIL_SILENTLY;
else return OKAY;
} else {
warn("program is doing systemcall we haven't
seen before");
return FAILURE;
}
}
It could be quite a lot of work to do this _fully_ for any large program, but a quick hack to allow all system calls except those sending private data, or to overwrite any private data being sent with 'X' characters, might be quite easy.
Download Demon, NOT RealPlayer (Score:4)
Folks, you might want to read the article. The problem is with a piece of software called Download Demon, a part of Netzip, NOT Realplayer. It's the same company, and you might want to stop using their products on principle, but don't rush off to find an alternative to Realplayer just because you're worried it'll track personal information...
What would you rather have, Windows Media Player?
~P
I am sparticus (Score:4)
This could have the additional benefit of making companies act more overtly about their data collections, if that is the only way they can successfully collect accurate information.
-Spazimodo
Fsck the millennium, we want it now.
Online Privacy Policies (Score:5)
I work in Marketing Research, where data collection is mostly what we do and so privacy issues, especially internet privacy, is "suddenly" a hot topic. MRA has a forum where any marketing research issue, including how you feel about your privacy, can be addressred. If you are interested in having some voice in how that data is used and collected, please post at www.mra-net.org/forum/ [mra-net.org]. MRA sets a lot of marketing research industry standards which our members follow, and I'd rather privacy was a bigger concern, not a brief one or two lines buried in policies somewhere. We don't even have a privacy policy right now.
You can keep marketing research from doing what other industries are doing.
*shrug*
It really should be illegal... (Score:5)
They shouldn't be allowed to do that. I don't know how to stop them, but that shit should be illegal. Or at least force them to advertise functions which do not directly relate to the purpose you bought the software for: it's like buying a word processor with an undocumented feature which changes your networking settings, it's not what you bought it to do.
Netzip privacy statement is *long* reading (Score:4)
But how many people are ever going to read down that far?