Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

EU And Microsoft Clash Over Vista Security

Posted by Zonk on Tue Sep 12, 2006 11:42 AM
from the get-along-or-i-will-turn-this-os-around-and-go-home dept.
An anonymous reader wrote to mention coverage of further clashes between Microsoft and the EU, this time over security in Windows Vista. Microsoft is 'urging' the EU to allow all of the security elements of Vista to remain intact. The EU seems to be under the impression it's not asking for security to be lax; it just wants the software company to ensure a fair playing field for all businesses. From the Newsday article: "European Union officials warned Microsoft Corp. on Tuesday not to shut out rivals in the security software market as the company plans to launch its Windows Vista operating system with built-in protection from hackers and malicious programs. EU spokesman Jonathan Todd told reporters that the European Commission is "ready to give guidance to Microsoft" concerning Vista but added that it was up to the U.S. software maker 'to accept and implement its responsibilities as a near monopolist to ensure full compliance' with EU competition rules."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • The solution (Score:5, Insightful)

    by SCHecklerX (229973) <slshdt@freefall.homeip.net> on Tuesday September 12 2006, @11:47AM (#16089378) Homepage
    The solution to me seems to be the approach used in linux, bsd, whatever. Fully document the security APIs, or command-line tools to configure the security aspects. Let other vendors write their GUIs for controlling security, such as firewalling, using that API. Let people pick the tool that fits their needs best, while all providing the same type of security through the OS.
    • You can use whatever firewall you want, both in software and hardware. You can use whatever virus scanner you want, both software and hardware. When vista pops up with the security center it doesn't even focus on Microsoft products - your first choice are compatible third party products.

      So what is the point of all of this?

      The other security implementations would be like asking Unix to allow replacement of Sudo, root and user permissions and replace it with a third party app that would just give you want you
      • by nsayer (86181) * <.nsayer. .at. .kfu.com.> on Tuesday September 12 2006, @12:36PM (#16089906) Homepage
        The other security implementations would be like asking Unix to allow replacement of Sudo

        The irony here is delicious. sudo is, in fact, a third-party replacement for the su command. You may not think so because Linux distros have been including it for a long time, but of course Linux (or GNU/Linux, if you insist) != Unix(tm).

      • by vadim_t (324782) on Tuesday September 12 2006, @01:29PM (#16090356) Homepage
        Linux security is very customizable.

        First of all, sudo is just a normal application, that can be replaced. Second, there's PAM, which allows you to plug pretty much anything into the security system. You can replace the mechanism for password entry, authenticate with a fingerprint or an USB flash drive, etc, and have it all automatically integrate with existent software -- you don't even need to patch tools like su and sudo to accept different authentication methods, as it's handled through PAM.

        Same goes for firewalling, nothing stops you from building whatever UI you want to talk to netfilter. You can ignore iptables completely, which is just an userspace tool.

        Then the kernel has a whole system of security hooks which is used by things like SELinux. New security models can be integrated.
      • Linux application security consists of "run it as 'nobody'" or "just don't do that."

        You are ignoring SELinux.
      • Re:The solution (Score:4, Informative)

        by swillden (191260) * <shawn-ds@willden.org> on Tuesday September 12 2006, @12:50PM (#16090031) Homepage Journal

        It's not like the concept of an application firewall even exists on Linux.

        Sure it does. It's not difficult to firewall at an application level in Linux, and there is at least one tool (fireflier) that provides a nice GUI for managing such firewall rules.

        Few people bother, because there's simply not much need, but it's not at all accurate to say that it doesn't exist.

        Linux application security consists of "run it as 'nobody'" or "just don't do that."

        Or run it in a chroot jail, or run it with fine-grained mandatory access controls from SELinux, or ...

        Unix/Linux application security provides lots of different options. That they're more commonly used for securing Internet-facing services than for locking down random local apps acquired from untrusted sources is because there's little need, not because the security tools don't exist. I used to keep a chroot jail configured just to run random little apps. These days I run such stuff in a virtual machine instead, but that's just because I find it more convenient.

      • Re:The solution (Score:4, Informative)

        by johansalk (818687) on Tuesday September 12 2006, @01:02PM (#16090135)
        > "Clearly this is not a realistic option on Windows, where regular day to day usage of your computer includes exploring the massive catalog of software available on the Internet"

        I would call the 15,000 packages or more on Debian repositories quite a massive catalog.

      • Re: (Score:3, Interesting)

        Let me quote some AppArmor literature. It's really vastly superior to Vista, in that AppArmor isn't a "hacked on" bandaid, but a fundamental hook into the lowest levels of the system; AppArmor has incredibly fine grained controls; and AppArmor is not terribly difficult to work with.

        Security Through LSM: Linux Security Modules Interface
        To achieve security (non-bypassability) mediation methods like AppArmor need to be inside the kernel. AppArmor originally was a kernel patch, but that imposes major problems
  • by edxwelch (600979) on Tuesday September 12 2006, @11:49AM (#16089401)
    "When Microsoft failed to meet Commission requirements, the EU executive fined the company another 281 million euros (about $350 million) this summer. "

    All I want to know is when we get our 2*281 million euros?
    If you divide that by the population of Europe you get about 3 euros each, that's enough for at least a beer each.

  • by Sloppy (14984) on Tuesday September 12 2006, @11:52AM (#16089432) Homepage Journal

    What lame articles. Neither one says what the hell the thing being bundled is, other than "security" as though security could possibly be a product or module.

    Ok, one of the articles made a brief mention of a firewall. Is all this noise about something as mundane as a software firewall?

  • by paladinwannabe2 (889776) on Tuesday September 12 2006, @11:56AM (#16089475)
    It's hard to say what should be inherent in the OS and what shouldn't. However, most forms of computer security should be inherent to the OS and not part of some third-party solution. For instance, I want my OS to be resistant to running arbitrary code and be able to give me control over and info about programs and processess are running on my computer. If I have to get third party support to do those things the OS is failing me.
    • by mrjb (547783) on Tuesday September 12 2006, @12:22PM (#16089771)
      The current anti-virus business is mainly built on loose ground: (the lack of) security in the main OS that they support. As the OS gets more secure, the need for AV software greatly diminishes, and it is likely that some AV companies will go out of business as a result of it. At this moment, however, this hardly seems the problem yet, as most security issues are addressed by "patches" rather than real solutions: antivirus, anti-spyware, anti-whatnot, which when bundled with the OS would be unfair competition to Antivirus-software houses.

      As said- Europe isn't demanding reduced security, but fair competition. But even when 'fair' competition is allowed and security keeps improving, the software houses that provide security solutions should seriously consider rethinking their strategy as they may become redundant and go out of business anyway.

      So, seeing that the anti-virus business is in a lose-lose situation, I guess they concluded they might as well cry wolf. This isn't impressive- it's just money talking. So am I defending MS on this? No (of course not- this is slashdot). I think the AV business should be allowed to compete. I just don't think that it will make much of a difference, in this case.
  • Modularization (Score:5, Insightful)

    by theckhd (953212) on Tuesday September 12 2006, @11:59AM (#16089510)
    This was brought up by someone in another discussion in a different context, but I think it applies equally well to Microsoft's current problems with the EU.

    If they would simply modularize many of the components that come with Windows, they might wriggle out of a lot of legal troubles.

    For example: I go to install Windows from scratch. On the installation screen, i get a list of components...
    [x] Windows OS (base system, required)
    [_] Internet Explorer
    [_] Windows Security Center
    [_] MS Firewall
    [_] MS Antivirus
    [_] MS Anti-Malware

    etc.

    I can check any of these things that i like, and they'll be included in the installation. For OEM installs, they could just include everything by default.

    Most importantly, make them removable through Add/Remove Programs, so that if i decide at a later date that I no longer need a feature, i can uninstall it completely.

    Suddenly a lot of the monopolistic legal troubles get much less worrisome for Redmond. EU worried about MS including Anti-Virus or Firewall? No problem, make them un-checked in the default install. Leave them on the disc, and make them freely available for download at the MS website to make it abundantly clear that they're a free service.

    Not that I expect them to do any of this of course, but it would certainly help reduce the amount of resentment that many people feel towards them, even from their own users.
    • This seems reasonable, but are the Linux vendors taking this approach?

      When I install SuSE Linux, it installs SuSE Firewall. When I want to uninstall it, a whole list of other items that "depend on" this SuSE Firewall pop up, hindering its removal.
      The best thing I can do is "disable firewall", but it still remains installed (mostly a set of scripts to manipulate a very complex set of iptables rules that never gets loaded because it is disabled).

      Also, are you sure "security" and "optional components" would
    • "We are the borg, we will assimilate you" If only the EU could stand up to Steve's hurling of chairs. :)
    • Re: (Score:3, Informative)

      And for those that recall what got them in trouble a while back with Windows Media Player could have easily been solved by adding:

      [_] Windows Media Player

      to the installer and add/remove screen. But what did they do? They they got all snotty and created "Windows Reduced Media Edition", a "special" version of Windows completely without WMP (not an option - just none).
      • Re: (Score:3, Insightful)

        Programs rely on the presence of these enriched tools.

        Gentoo solves this problem with virtual packages that fill generic slots. For example, I have to have a system logger installed, but there are a variety of loggers to choose from.

        People would turn off a whole bunch of stuff without knowing what it is, and then cry because their programs didn't work and blame MS.

        It's really not all that hard to make an application display an informative error message. I've done it lots of times. :-) But let's suppo

        • Re: (Score:3, Informative)

          Have you done user support for the average user? If anything isn't precisely how they expect it's a pretty major problem. You have to remember that this would incur a rather large cost of MS as they'd need to provide the phone operators to take all these calls and they really couldn't get away with charging for them. Well that opens up a new problem in that people will start calling about support issues that aren't related. The way it works with support is that if you are on the phone, anything and everythi
  • One Microsoft Way (Score:3, Interesting)

    by Doc Ruby (173196) on Tuesday September 12 2006, @12:05PM (#16089574) Homepage Journal
    Microsoft spends most of its time producing new OS features in collaboration with other vendors. DRM, drivers, APIs all designed to make MS OSes work better with the rest of the products people will buy. That takes much longer, and more code, than the rest of the OS does.

    But its "security" features are MS only. Of course that must be to protect the MS "near monopoly", always its #1 priority. Since the security market is neither very profitable nor already dominated by MS, I expect that their "security" also protects revealing other serious defects of the OS. Whether more monopoly protection, unnecessary security problems, or just bad coding. Therefore I don't see Microsoft opening those facilities for the EU before Vista is released, if ever.
  • by Noryungi (70322) on Tuesday September 12 2006, @12:06PM (#16089583) Homepage Journal
    Here is my take on it:

    • Some european companies (F-Secure/Finland, Panda Software/Spain, etc) are involved in anti-virus protection and provide security products for Windows.
    • Microsoft Vista is going to integrate a lot of security products -- anti-virus is just one -- that will squeeze these european companies out of a market.
    • The above action can be qualified as "unfair competition" and "monopoly abuse" by the European Commission, since Microsoft owns... what? 97% 98%? of the market.

    The logical conclusion of the European Commission is that Microsoft should not incorporate these security features in Vista.

    To make sense of this decision, you have to remember that the European Union was based, as far as the economy is concerned, on the idea of "fair competition" meaning that monopolies should be banned, and major companies (or states) cannot squeeze smaller competitors out of a market. Whether the squeeze is due to state protectionism, unfair tariffs or a dominant position -- which is the case here -- is irrelevant.

    So, yes, it sounds ridiculous and bureaucratic at first sight, but it makes economic sense. And it may even provide better products in the end (I don't trust Microsoft products anyway).
  • by Churla (936633) on Tuesday September 12 2006, @12:08PM (#16089602)
    They are trying to push MS into a no win situation.

    A) MS doesn't include as complete and inclusive security as possible. This leaves the doors open for third party security developers, it also leaves the door open to the OS for malevolent people who will take advantage of the fact that many people won't think to add a product later for security.

    B) MS includes all the security they can, possibly making it so that people don't need third party software for security. BAM new anti-trust action because they aren't being fair to people who made a living covering bad MS security architecture in a previous version and aren't being given an equally bad architecture to help "protect" for a profit this go around.

    People complain that MS releases insecure OS products, then complain when they want to include more security features?!? bah

    I won't even get into how Apple is bundling everything they can under the sun into OS X when the same actions by MS would be tantamount to kicking the interwebs dog.
    • by tokul (682258) on Tuesday September 12 2006, @01:18PM (#16090267)
      ...and aren't being given an equally bad architecture to help "protect" for a profit this go around.

      Antivirus does not make OS secure. It only tries to patch insecure OS. If Microsoft makes OS secure, EU commission and antivirus companies can't argue about it. If own antivirus solution is bundled instead of securing OS, it looks like monopoly abuse. It is possible that Microsoft is trying to help users, but company is known to use its market position against competitors. Any bundling will look suspicious.

      Apple is bundling everything ...

      Symantec is still selling NAV for Mac. I think Apple does not bundle antivirus.

  • Fair Play (Score:4, Insightful)

    by Ajehals (947354) <andyhalsall@@@ictsc...com> on Tuesday September 12 2006, @12:09PM (#16089628) Homepage Journal
    Just because this request to ensure a "level playing field" is focused on security makes it no less valid than if it were aimed at other elements integrated into the operating system.

    I Agree that i microsoft is integrating security products into its vista operating system that would enable it to enter markets where it has not got a large hold (i.e. Anti virus - where it is the main driver but not the main supplier...) and by virtue of its desktop OS monopoly becoming dominant in that market, then thats wrong. Especially if these integrated products are add ons masquerading as core operating system components.

    It would be fine if Microsoft ensured that their Operating system was sufficiently secure not to require any additional software, but not to include a load of features in the operating system that ensures its system security sotware becomes dominant.

    If it wants to sell these bits seperatley (reduce the cost of the OS and sell the security bits as additional extras) thats all fine too then those of us who use the OS can choose - but lets make it clear that selling a vista version with them in and one without at the same price is the same as integrating them in the first place....

    This becomes an even bigger issue if the Microsoft Security products / components are written to take advantage of elements of the OS that other providers cannot gain access to (either due to lack of documentation or through some other means). That would give rise to the same interoperability issues as we have seen previous law suits attempt to resolve.

    In short if MS want to secure their OS thats great, if they want to simply wipe out any external security providers to gain an extra revenue stream in the future (by say later charging for the components initially included for free), or become dominant in that area so as to play down securty vulnerabilities in their products thats not. After all would you buy your antivirus from the same guys who seem incapable of preventing their OS being succeptable in the first place?

    Last point - If microsoft are in the business of supplying both the OS and the security software (and additional services such as one care) doesnt that leave a rather nasty potential conflict of interest?
  • by FractalZone (950570) on Tuesday September 12 2006, @12:10PM (#16089648) Homepage
    From what I have been reading, Microsoft is designing Vista in such a way as to make it difficult for products that compete with whatever token security schemes Microsoft is planning to foist upon its hapless user base to be installed and/or run properly. Microsoft should make any and all APIs necessary to implement alternative (read: better) security solutions for Vista public. If it doesn't, I think it is fair to say that Microsoft is once again using proprietary standards/code to stifle the competition. That seems like a clear anti-trust violation, given Microsoft's technically undeserved but nonetheless practical monopoly of the commercial desktop PC operating system market.

    Like most things that Microsoft touts as benefiting the user (think Windows Genuine (Dis)Advantage, DRM, and the "recommended" options on various configuration pages), whatever so-called security Microsoft puts into Vista will undoubtedly profit Microsoft first and the user as a mere afterthought, assuming that Microsoft can think up a good marketing gimmick to scare users into paying for it.

    I'm still planning on not wasting money on yet another overpriced, under performing piece of Microsoft Buggy Bloatware, namely Vista. Ubuntu Linux is working well for me and doesn't seem to suffer from the gaping security holes most major Microsoft products (Windows, Office, and IE) are infamous for.

    I must admit that Microsoft has a lot of nerve, trying to exclude competitors from cleaning up the security disaster that Vista is expected to be, so that it can make users dumb enough to buy Vista also pay through the nose to fix flaws that wouldn't be there if Microsoft sold quality programs in the first place.
  • by Todd Knarr (15451) on Tuesday September 12 2006, @12:13PM (#16089673) Homepage

    Bear in mind that the EU isn't saying that Microsoft can't include security software in Windows Vista. What they're saying is that MS can't include it in such a way as to exclude competitors. For example, take a firewall. If MS integrates their firewall into the network stacks at the physical-code level so that no other firewall can take over, that's not allowed. However, if MS adds hooks to their network stacks to allow other modules/drivers to tap in and filter packet traffic, and then implements their firewall completely using those hooks and makes it so you can replace the loading of MS's firewall modules with a third-party firewall's modules, that's perfectly fine. And for anyone who says this can't be done, I'd point out that Linux and *BSD implement their firewalls in exactly that manner so obviously it can be done.

      • Re: (Score:3, Insightful)

        Except that your premise is false. Firstly, the hooks aren't there to allow built-in measures to be disabled. They're there to allow non-built-in measures to be added. MS's firewall then becomes one of possibly several that can be added. Modules can be added, but no module can remove another (other than by configuring the system to not load the other module, which no module should ever have permission to do). Secondly, security and open/proprietary aren't connected. If they were, and your premise was right,

      • OSX is no different, everything is integrated (except AV) and the user isn't expected to go and hunt down any 3rd party firewall software.

        Ah, but OSX allows you to install 3rd party firewalls. Currently I'm using a PC with Windows and I use ZoneAlarm for my firewall. However I plan on getting a MacBook pro and am looking for a firewall that offers me the same controls as ZoneAlarm does, for Macs. If Zone Labs offered one for Macs then I would get it. Apple doesn't lock me into using their firewall wh

  • by icepick72 (834363) on Tuesday September 12 2006, @12:30PM (#16089839)
    So I watched the /. community and European Union argue how insecure Windows is and how bad that is, and then I watched them argue how Windows is unjustly implementing security and shutting out competition. Obviously, Microsoft cannot win, ever.
    Sometimes I think the world is just full of dumb-asses. (sounds like a Jack Handy quote)
    • Re: (Score:3, Informative)

      "Obviously, Microsoft cannot win, ever"

      They make decent mice. Shitty keyboards though.. DAMN YOU F LOCK!!!

  • by DoctorDyna (828525) on Tuesday September 12 2006, @12:42PM (#16089962)
    It seems as though Microsoft is / will have it's security products built into Vista, and will most likely build them into the TCP/IP stack at some level. Here is what most people seem to be ignoring here, and it's pretty simple.

    As it always has been, you can choose to use or disable any part of any feature in Windows. As it sits now with RC1, you can enable / disable features at will. Wireless networking configuration is built into Windows XP, but as everybody here knows who has a wireless network device of some sort, upon driver / software installation, that application takes over the duties of the Windows feature, usually by default. I don't know why anybody would have a reason to think that this would be any different from having a firewall in the OS, which, at the request of the user (by way of installation) gets replaced by some other product. We'll leave the discussion about inferiority for another time.

    People really should stop talking about a feature of Vista as if its sure to be some set in stone incumberance, and it most likely will not be.

    Oh, but it's built into TCP/IP! Anybody here ever installed the Novell client in Windows? Ever see what it does to your network protocols? Microsoft has said time and time again that it is keeping with backwards compatibility, are we naive enough to think that this won't include clients, protocols, craptastic software firewalls and anti-virus-viruses? Not so much. For those of you that need to experience a Novell client install for yourselves, go ahead. It's uninstallable. http://download.novell.com/SummaryFree.jsp?buildid =l1o2uFAj23U~/ [novell.com]
    • by TransEurope (889206) <eniac&uni-koblenz,de> on Tuesday September 12 2006, @11:59AM (#16089513)
      When MS ships it's products with it's own security software
      (antivirus, intrusion detection, ), the market will shrink
      dramatically. No one of the competitioners would have a chance
      to sell it's products to private ans small buisness customers.

      And i think we all know what happens when there is no more
      competition at the free market. The quality goes down the drain.

      BTW. This would end in a monoculture of security-products
      by MS, and monoculture makes the whole infrastructure
      extremely vulnerable for real big or well organized attacks.
      • Re: (Score:2, Interesting)

        Hackers must unite. When MS bundles in their own security, and users start not purchasing 3rd party protection, hackers must unite and start an all out war on Vista. Then we need a perfectly timed Associated Press article released that shows a correlation between the release of security bundled in Vista, the diminished use of 3rd party protection, and the increase in security breaches. Then we will win, right?
      • Re: (Score:3, Interesting)

        And if the "whole infrastructure [is] extremely vulnerable," third-party applications will be created to shore it up.

        What's the problem again?

      • Re: (Score:3, Interesting)

        --- Begin Sarcasm ---
        Right!

        We need to have the EU sue apple and linux producers too for destroying the anti-spyware market in their areas too!

        We have to make sure that every OS is insecure so that other companies can profit!

        --- End Sarcasm ---

        Look, I'm no fan of Microsoft, (I figure I'll be wholly on linux by the time Vista comes out) but you can't force the company to make an (more?) insecure operating system so that security companies can make their dime.
        • The security market should dry up as soon as Microsoft creates an operating system that doesn't need it-- not when they create one that won't allow for it.
    • I believe Apple isn't a target because the EU's complaints are about interoperability between clients and servers. Since OSX is built upon BSD/Unix protocols, the protocols are already well publicised. MS on the otherhand keeps the details of its protocols ambiguous at best.
    • And where, pray tell, is Apple bundling anti-spy or virus-ware in with OS X? Unless you are talking about their making the OS more secure in the first place...

      "Hey, Apple doesn't have any viruses, but MS Windows has over 100,000! Let's file suit against Apple, we want a level playing field here!" from the EU anti-trust folks...
    • And the one in the media spotlight. If you actually do some research you discover that for as much as people whine about MS's anti-competitiveness it's much, much worse in other areas. If you want a scary one look in to Sysco. They own basically every grain silo in the US. They, in a very real way, control the US food supply. Yet nobody makes a fuss because they aren't in the limelight.

      It's just how it goes, when you are the one making all the news, you are the one that takes all the shit. The US is another
      • You nailed it. And because of this, if I were MS I'd simply disregard all this idiocy and sell my OS all the same. What would they do, stop me? Make MS software illegal or worse free? As if it weren't 98% pirated anyway.
        Then again as a European I'm all for milking foreign companies; but I know I won't see a dime of the many billions the gov't is stealing from MS, so meh.
        My main complaint is that everyone's bitching and whining about competition, yet most markets are over-regulated and some draconian prote
    • The reason that nobody is going after apple, is because MS's idea of security is building a spyware scanner or a virus scanner or a firewall. Apple doesn't include this kind of stuff in the OS. Instead, the only security that Apple includes is a user/permission system for who can access and run files. Also, in Vista, MS is making it impossible or really hard to install another virus/spyware/firewall tool. So you won't be able to use any other tools like this from anybody else. The MS security tools tha
    • by DrXym (126579) on Tuesday September 12 2006, @12:36PM (#16089908)
      No one is stopping Vista from implementing user access controls or other mechanisms to lock the leaky OS down. What they are objecting to are MS muscling into the firewall, antivirus, antispyware markets by installing or offering to install Windows Defender, preferentially promoting Windows Defender or using undocumented APIs in Windows Defender to make it run better than the competition. No doubt Bitlocker and other aspects of security could also be considered as preferentially pushing MS tech to the detriment of an existing market.
      • Let me say that I knew when posting my original comment I would get modded up and down at the same time. The issue is sharply divided.

        To the parent: You obviously are on the Anti-MS side of the issue. I'm not really too enthralled by the idea of responding to your post, but here goes anyway.

        In case you didn't even read the /. story quote from the article, here it is again:

        "European Union officials warned Microsoft Corp. on Tuesday not to shut out rivals in the security software market as the company plan
    • by kcornia (152859) on Tuesday September 12 2006, @12:13PM (#16089685) Journal
      Me, I think this is a knee jerk reaction to the complaining that security software companies have been doing lately. Your post sums it up, EU sees this as another potential "embrace and extend" scenario when they read the bitching by Symantec/McAfee, etc., and starts beating the drum.

      To be honest, it seems like most of the features MS is trying to put in, while long overdue, aren't features that are meant to cut out security companies. They're meant to secure the OS like it should have been from the beginning. Cutting out the security companies is more of a byproduct IMO.

      • Re: (Score:3, Interesting)

        However, the major security companies have already found ways to hack round all this to make their products work - and if they can, so can malicious people. So what's the point in having it? It just makes the security companies have to spend more money, increasing the cost to the user in most cases. That's about it.
    • by Andy_R (114137) on Tuesday September 12 2006, @12:27PM (#16089823) Homepage Journal
      The EU doesn't 'want' anything. All this is about is making MS follow the same law that every company and citizen of the EU has to follow, a law which boils down to "If you happen to have a monopoly in one product, you cannot use that monopoly position to gain an unfair advantage in other areas."

      Microsoft have consistently broken this law an many fields, and the EU justice system has been amazingly lenient with the company for many years.
      • Re: (Score:3, Interesting)

        But is it in the best interest of the public to cripple the security of an OS because a market around bugs has cropped up? Is it in the best interest of the people to remove security out of a product so that they individuals will have to turn around and buy something? Seems pretty darn insane if you ask me.