Slashdot Mirror


IEEE to Standardize OS Security Components

aster_ken writes "The Institute of Electrical and Electronic Engineers has started work on a standard for securing operating systems, as a recognition that software security is 'limited by the operating systems that underpin them', the organization said yesterday. The standard, dubbed IEEE P2200, will address external threats and intrinsic flaws arising from software design and engineering practices."

50 of 197 comments (clear)

  1. In other news by Unregistered · · Score: 4, Funny

    Microsoft creates own standards beaurou
    Deems Windows perfect, others not

  2. Limited release by Anonymous Coward · · Score: 5, Insightful

    That's just great, codify the security aspects of OSes into a $100 document that can't be freely redistributed. That's a really good idea...

    1. Re:Limited release by Valar · · Score: 2, Informative

      Well, if you're a member of IEEE, you can usually get all that stuff for free. I'm a member (because as a student it only costs me like thirty bucks a year). I've pulled a bunch of documents from their archives and I've never payed a thing. Though, they do have an exagerated opinion of the value of dead trees. Some of the standards do require extra fees, I think, but none of the stuff I've used.

  3. Here here! by kevin_conaway · · Score: 2, Insightful

    Awesome. Operating System design is one of the most underdeveloped fields of the industry and I believe that this is a step in the right direction towards the development of a mature, secure operating system for general use!

    1. Re:Here here! by bryanthompson · · Score: 4, Insightful

      don't get too excited there, guy. just becuase someone puts out a 'standard' doesn't mean everyone has to follow it. anyone can form an organization to make standards, but they dont' mean anything if nobody wants to follow them.

      Not only that, but people like microsoft will just make their own standards and ignore the ones already set. They won't have any affect on anything, imho.

    2. Re:Here here! by miu · · Score: 2, Insightful
      anyone can form an organization to make standards , but they dont' mean anything if nobody wants to follow them.

      IEEE has a fair amount of credibility with the U.S. government - this standard could easily become a purchase requirement like POSIX.

      microsoft will just make their own standards and ignore the ones already set.

      MS will support this standard if it is a purchase requirement. I think it is more likely that MS will have an inconvenient BOSS mode, they will then be able to point to users failure to use that mode as the reason for security failures In the same manner MS has supported POSIX for a long time, they just kind of sneer at it and suggest you write native apps instead.

      --

      [Set Cain on fire and steal his lute.]
  4. great... by arcanumas · · Score: 3, Interesting
    The way i see it , 2 things can happen.One is that it will be too demanding/utopian/generic and no-one will apply it , in which case the standards existence is of no importance.
    The other is that at some point a system that adheres to the standard will be compomised and will raise questions as to the usefulness of this standars.

    I don't question the need for standards , but not all things can be standardized. Standards stand for a commonnly accepted way of doing something. Security is still too volatile.

    --
    Slashdot Sig. version 0.1alpha. Use at your own risk.
    1. Re:great... by GoofyBoy · · Score: 4, Insightful

      >Security is still too volatile.

      Better put: Security is in the details.

      If I'm going to crash a system then its going to be its specific weakness/flaw and not some standard hole in every product.

      The standard will help but it still does not guarentee the implementation will be invulnerable.

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
  5. IEEE by Anonymous Coward · · Score: 4, Funny

    Never mind a secure OS, I think these electronic engineers sound like very useful devices. Is there a review of one anywhere? How much do they cost? Do they run Linux?

    1. Re: IEEE by Black+Parrot · · Score: 3, Funny


      > Never mind a secure OS, I think these electronic engineers sound like very useful devices. Is there a review of one anywhere? How much do they cost? Do they run Linux?

      Yeah, I have an old mechanical engineer, and I think it's about time to upgrade to a modern electronic one in order to reduce the maintenance costs.

      --
      Sheesh, evil *and* a jerk. -- Jade
  6. About time! by SilentSheep · · Score: 2, Interesting
    About time... question is will Micro$oft choose to conform to the standard or just keep going as they are, unless these 'standards' are legally binding!!

    It'll take a lot of work to make windows secure!!

    No operating syatem is completely secure anyway, there are always some 'undocumented features'

    --
    .
  7. So, did anyone else... by pla · · Score: 5, Insightful

    So, did anyone else read the linked article and think "Looks like someone bought the IEEE's support of TCPA / Palladium"?

    I hope not, but it certainly sounds that way. Basically, it makes the point that we cannot trust people not to run programs that break their own (or others) computers, so the task of limiting what (possibly malicious) code can run falls to the OS.

    Sad. If I didn't have complete confidence that any DRM scheme will eventually prove itself flawed, I might actually worry. Though, I certainly do not look forward to the general inconvenience it would cause, regardless...


    Only education (and not running Outlook) will help reduce the modern plague of worms, virii, spam, and other ways to generally make a computer and the internet grind to a crawl. Not legislation, and not crippled hardware. People simple need to learn how to secure their own damn machines.

    1. Re:So, did anyone else... by esme · · Score: 4, Insightful
      Basically, it makes the point that we cannot trust people not to run programs that break their own (or others) computers, so the task of limiting what (possibly malicious) code can run falls to the OS.

      you know, this basic premise doesn't have to be tied up in DRM. i think any decent security model is going to involve partitioning off system capabilities that aren't appropriate to the current user/situation/time of day/etc.

      unix has had this sort of thing for ages, in the form of user permissions, and ulimit. ulimit supports various parameters -- files, memory, cpu, etc. that can be consumed. taking this to its logical conclusion and including bandwidth, address book access, connections to various servers, etc. could provide a pretty logical way to fence in worms.

      providing even more restricted environments (like chroot jails or the applet runner) for untrusted code would be a good idea, too. if microsoft is going to insist on allowing people to email executables (screen savers, vbscript, etc.), the world will be better off if they execute in an environment that can't access the network, DoS the local machine, etc.

      -esme

    2. Re:So, did anyone else... by pla · · Score: 2, Insightful

      providing even more restricted environments (like chroot jails or the applet runner) for untrusted code would be a good idea, too.

      What you write makes a lot of sense, and leaves me at least a bit of hope of a "good" implementation. Even within your ideas, though, I can see room for a few unacceptible restrictions...

      For example, who defines "untrusted code"? Perhaps most people don't care about issues like that, but I personally think nothing of popping out 15 minutes of code to automate a task that would have only taken me 20 minutes to do manually. Would that count as untrusted, requiring my code to have access to only the most trivial of resources, such as limited CPU and memory, no HDD, no network, etc?

      So from that angle, perhaps you can better understand my concern with the threat of a "secure" base OS... While it will save the majority of computer users a lot of grief, those of us who can secure our machines, and need low-level access to hardware, will suffer greatly (basically, to the point of reducing us to no more capable than that same majority of computer users).

  8. Some info by dark-br · · Score: 2, Interesting

    IEEE P2200 will build on NIST and ISO Common Criteria documents, but will be an independent standard.

    Anyways the IEEE has a track record of working on security-related standards includnig the popular P1363 (Standard Specifications for Public Key Cryptography) standard. P1363 defines standard implementations of public key crypto ciphers based on Integer Factorization, Discrete Log, Elliptic Curve, and Lattice algorithms.

    Ill be waiting to see this P2200 come arround.

    1. Re:Some info by Roxy · · Score: 4, Interesting
      Anyways the IEEE has a track record of working on security-related standards

      Yes, like the P1003.6 (POSIX Security) which I was involved with (died because of lack of interest and politicial conflicts) as well as P1003.22 (Distributed Security) which I was one of the founders of (was later adopted by X/Open and is usually irrelevant today).

      For some reasons (like practical experience), I don't believe the IEEE will manage this any better than they have before (i.e., very badly, mostly due to political aspects having precedents before technical and security aspects).

      Feel free to mod an old cynic down.

      --
      -- Roland Buresund MBA, MCMI, CISSP
  9. Not A Guarantee by robbyjo · · Score: 4, Interesting

    It's true that some flaws in the OS are inherently design-based. However, even if we make certain design requirements to be incorporated in the OS, it still doesn't guarantee that the OS is secure. I would think that it even can't minimize the number of OS breaches. It would even hamper the OS development in order to comply with their standards.

    About the quote regarding the "minimum expectations of consumers for security and general reliability by establishing a floor for these characteristics". I don't think it would be possible the goal of "the least restrictive requirement while not relenting the control" is vague. Unless it provides rigid post- or pre-conditions of each method (in first order logic if necessary) and provide each formal specifications unambiguously, I would still see some leaks here and there. And, guess what? They put the requirement like UML standards: Way to vague. Congratulations.

    For those of you who are curious, click here for the draft.

    --

    --
    Error 500: Internal sig error
  10. This could be good by Bruha · · Score: 4, Insightful

    I think it's time for all OS's to accept standards to help people interact with eachother effectively and securely. As everyone know MicroSoft has shunned many attempts at standards in order to control their market share by keeping their users pinned into MicroSoft sanctioned data. This has the effect of forcing businesses to support the MicroSoft users first and everyone second if at all.

    I think a security standard should be enforced by a world body to help prevent MicroSoft from once again taking the standard and corrupting it to work only with Windows and .Net applications thus forcing the same cycle of users/companies designing to MS standards again thus shutting out the rest of us from secure systems.

    Some would say standards hurt computing that's not exactly the case. You can design products around standards and still compete with other standard compliant products. It allows everyone to remain compatible and at the same time darwinism will take effect with bad products going away and good products evolving to better suit their users.

  11. Don't, it's full of junk! (Was Re:MOD PARENT UP!) by grahamkg · · Score: 2, Informative

    Did you Read The Fucking Post? It's littered with trash. Fucking idiot.

    --
    Graham
    Linux - Fast Pane Relief
  12. It would have been easier... by Anonymous Coward · · Score: 2, Funny

    if IEEE just redirected their new site here

  13. it's good by focitrixilous+P · · Score: 2, Insightful

    Not really condeming of anyone in particluar, but I doubt the big player of the PC world will take orders from anyone. They didn't for any of their software, why would they take standards for the core OS of everything? Microsoft seems to be it's own standard, which is too bad.

    --
    SAILING MISHAP
    1. Re:it's good by Jameth · · Score: 2, Interesting

      I suspect that they would listen to it, because then they can put a sticker on the front of the box which says 'Conforms to IEEE Security Standards'. And that will be a big selling point, because people are really starting to get pissed.

      I expect it will raise their security level, but raise expectations even higher, and increase the general danger brought about by virii and so-such due to user over-confidence.

  14. I predict one of three things will happen by mark-t · · Score: 4, Interesting
    And they all involve Microsoft

    One, the final standard spec will be loose enough that Windows will already be compliant, so it won't mean anything.

    Two, the final standard spec will be Microsoft's Window-centric implementation of a secure system (existing windows systems may not be compliant, but future ones would be). No non-Windows system would be able to meet the standard without extensive licensing fees being paid to Microsoft to license the technologies needed.

    Three, the final standard spec will be sensible, and Microsoft will ignore it. With the mainstream desktop environment paying no regard to the specification, the spec fails to acquire the widespread adoption necessary to become a real standard.

    1. Re:I predict one of three things will happen by Tony-A · · Score: 2, Interesting

      I wouldn't bet against you, but the forth possibility is that something will be produced that actually helps establish some base level of security.

      If they do succeed, I should be able to run an unpatched OS, run unpatched and vulnerable applications and click on anything I please with impunity. That's not to say that everything's fine. It's just that I shouldn't be able to get consequences all out of proportion to their causes. I click on a bad website and maybe kill the browser, but that browser is extremely limited in the scope of what else it can mess with. I think the BSDs are aiming in that direction.

  15. I've got a secure system by Jacer · · Score: 3, Funny

    It has no network adapter (modem or otherwise) and no input devices (as in all the ports ps/2 com et cetra have been melted shut or broken off) It has no hard drive, just rom, and It's in a chest rigged to explode somewhere at the bottom of the north atlantic! I extend an invite to all the hackers/crackers to try to by pass it!

    --
    --fetch daddy's blue fright wig, i must be handsome when i release my rage
    1. Re:I've got a secure system by sean23007 · · Score: 2, Funny

      My only question: But does it run linux?

      Oh, wait. I mean: Can you imagine a Beowulf cluster of those?

      Okay, fine. In Soviet Russia, secure system bypasses YOU!

      Welcome to Slashdot.

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
  16. Re:Coming soon to mainstream america by Agent+Deepshit · · Score: 2, Informative
    Consider recent events.

    I used to work tech support for a large software company that develops OSes (who could that be?) and I learned customers are VERY concerned about security. They often asked questions like 'Should I be installing security updates? / Can someone get into my computer? / etc.' This same company had 1000 tech support calls queued the day MSBlaster hit. If one product is sporting a Certification sticker and another is not, the one sporting the sticker will have a bit more weight with the consumer.

    This is even more true if they are one of the many thousands who had to call tech support to find out what the hell was wrong with their system.

  17. Quit whining - not everything has to be free by sczimme · · Score: 3, Informative


    This is typical of so many kiddies these days: "I want everything for free, even if it's something I will never need/use/understand".

    Many products that are the result of the work of many people - like cars, toasters, and yes, even documents - cost money to produce. Learn to recognize which items are worth the amount on the price tag, and purchase accordingly.

    --
    I want to drag this out as long as possible. Bring me my protractor.
    1. Re:Quit whining - not everything has to be free by pyrrhonist · · Score: 2, Insightful
      Learn to recognize which items are worth the amount on the price tag, and purchase accordingly.

      You got that right, everything the IETF ever turned out is a load of crap.
      I'm glad I spent all that money to get the ISO's OSIRM protocol documents. That's where it's at.

      --
      Show me on the doll where his noodly appendage touched you.
    2. Re:Quit whining - not everything has to be free by qtp · · Score: 5, Informative

      The problem with this particular document being a "pay to play" licensing scheme, is that it will likely be adopted into law in some way, either as a supplier specification or as a compliance requirement for marketing a product or service.

      There are several jurisdictions in the United States where thier building codes are released in this way and are protected under copyright requiring a builder or homeowner to pay a large amount to have a copy of the current codes for reference and to pay an additional amount to include excerpts from the code in zoning and building permit applications. The fact that all persons (in that jurisdiction) are subject to compliance with these codes makes the licensing scheme an unfair limitation on builders giving an unfair advantage to larger construction companies and prevents homeowners being able to make even small improvements to thier properties if they are on a limited budget.

      I have seen building projects where the cost of preparing the permits was extensively more than the cost of actual construction due to licensing costs for access to the building codes and the necessity of including exerpts from the building code in the application. The one that springs to mind is a $1,500.00 improvement to a fire escape (required by code) that cost in excess of $2,000.00 to prepare the permits. If there had been no licensing fee for code exerpts , and if a reference copy of the code had been possible to obtain for less than $750.00, it would have cost less than $500.00 to prepare the permit, as it would have been possible to prepare the application in house and would not have required a legal review of the application before submittal.

      The only purpose that charging for the use of a specification serves is to limit the playing feild in the affected industry to a certain class of individuals who either already have money with which to pay, or have made commitments to persons who might or might not be knowlegable about the involved technology, but have the economic power and the desire to regulate that industry.

      This kind of non-governmental regulation puts an artificial limitation on the mechanisms of capitolism and prevents the very kind of "free market" (that you seem to be arguing for) from developing and prevents participation from legitimate businesses and other projects that have the necessary skills, knowledge, and abilities, but are lacking in support from the already established players in that market.

      --
      Read, L
    3. Re:Quit whining - not everything has to be free by phallux · · Score: 2, Interesting

      This is typical of professional prejudice these days: (see above reply)

      It's unfortunate that in capitalist societies people blindly accept that everything should cost money, even things such as information which can be replicated ad infinitum at no cost and without disturbing the original.

      If this group, ostensibly chartered to set standards for the common good, finds it must charge money to those whom it purports to benefit, it is a bureaucracy and hence inimical to its stated purpose. Drafting standards is an activity which necessitates no production of physical materials and does not even require a physical meeting venue thanks to the ubiquitous Internet (which some of the IEEE's members helped architect for the very purpose of free information exchange). All this activity requires is volunteers and time. Why should any costs be incurred? If these engineers can't exploit tools such as the Internet to eliminate any financial overhead for the organization as a whole, I personally wouldn't trust them to draft standards for base OS security.

      No, information is not free. But it should be freed, especially from bureaucracies and profiteers. For those thick of the head, here's how volunteerism should work: I'm going to call up 19 friends, ask them to donate $5 a piece, and release this document on Freenet. That's what I call for the common good.

  18. redundancy by poptones · · Score: 2, Interesting
    With the incredible cheapness of compute cycles these days I don't understand at all the lack of certain widespread security devices. For example, why are there no inexpensive router NICs? You can buy a $40 Linksys - but that's a whole 'nother box. I have an old HP I use, but that's also another box. What do I do with my laptop when I want to use a public access point? Carry a Linksys with me?

    All you need is an ARM, firmware in FLASH (so it can be upgraded when it is inevitably cracked), a PCI interface and the 10/100 guts - not substantially more than is already on a NIC, although admittedly much more than is on your $4 8139 based card. That would all fit into a chip (a small, low power chip at that), which means it could be incorporated into a laptop.

    Why isn't there a more sophistacted watchdog in the motherboard chipset itself? With all those transistors there's no reason they couldn't dedicate an entire ARM or even a 386 core to the task. It doesn't have to prevent intrusions it just has to detect them and then activate some "doomsday" mechanism - like locking out the network port (which can also be on the motherboard chip, as it already is in many) or even just activating a hard reset. Through an on-board NIC it could do statefull packet analysis and it could keep a DENY list right in on-board FLASH.

    I set a watchdog to monitor my connection through my firewall. If the outgoing data rate goes over a certain threshold (which would indicate an intrusion and someone mining data from my PC) then it simply hangs up the phone and rotates the autodialer to a different number. This capability requires a custom applet on my desktop and an external router.

    Why? As cheap as silicon is these days this capability should be trivial to add right on the motherboard. It's not glamorous and it's not going to work in every case, but it's absolutely going to work in many of the most common cases - including substantially slowing the spread of virii, as an infected machine would instantly become trapped in a boot cycle or just knocked off the network. Yeah, that means every virus infection becomes a DDOS attack - but better for a few hundred machines to get knocked down than a few hundred thousand allowed to roam free for days or even months, eating up gigabytes of bandwidth with useless PING packets.

    I wish more in the linux community didn't consider most of this technology such a flashpoint, because this is one area where the Open community has a real opportunity to make a substantial contribution and potentially drive platform design. If an open sourced core could be added to a motherboard chipset and would add only a couple of dollars, and that core would add substantial security to the platform, you have a feature that mom and dad understand and are willing to pay for.

    Othrwise we just let Microsoft and AOL do it, and all it adds to the platform is a few bullets about the kneecaps.

    1. Re:redundancy by Anonymous Coward · · Score: 2, Insightful

      I doubt very many Open community members have the skill to add an ARM to their PCI network card or motherboard. Not that I'm saying it can't be done. It's just that I think your idea is taking a wrong and very difficult approach at a level that's way too close to the hardware. I'm surprised you didn't say to put a virus checker right on hard drive controllers.

      These solutions are more usefully implemented in software.

  19. Re:So What? by Jameth · · Score: 3, Funny

    I beg to differ. IEEE won't take them down, but it will bug them a bit. It is somewhat like MS being a rampaging bear, Linux being a horde of bunny-rabbits, and IEEE being a bunch of thorny trees.

    Linux hits the trees less, but it irritates the bear and prevents it from rears up. Eventually, after the Linux bunnies all mate like crazy, one bunny rabbit is born that is somewhat like the bunny in Monty Python's The Search for the Holy Grail. The point here is to mate Linux distros with each other until the perfect bunny emerges.

  20. Why the IEEE? by Anonymous Coward · · Score: 2, Insightful

    This is a software, not hardware issue. The ACM would be a more appropriate oversight group for this.

  21. Americans and standards by Tim+Ward · · Score: 4, Insightful

    Um, yes, perhaps.

    Remember the reaction of the average American to an international standard is to denounce it as a communist plot, particularly if one of the European standards bodies takes an interest (or even ISO, which most Americans regard as European and therefore communist).

    If you want an example of how well Americans make good use of international standards you just have to look at their mobile phone system ... and laugh or weep to taste. (I have this phone which works in 199 countries of the world and doesn't work in one, which is ... guess which? Likewise there's just one county in the world which uses strange paper sizes ... just one country which is so wedded to Imperial units that it crashes spacecraft in preference to following international standards ... and so on and so on ...)

    Now, if most operating system manufacturers were European and Japanese this would be a good idea, because they'd be likely to follow any new international standard. But it happens to be a fact of life that many operating systems are produced or contributed to by Americans, so any such idea is dead in the water before it gets off the ground.

    1. Re:Americans and standards by qtp · · Score: 3, Interesting

      Usually, only one of those is the case, as with metric vs. standard. It's a helluva lot of hassle to convert a lot of people to using metric when everything is done a different way.

      Except for the fact that it is much easier to calculate in metric, and many Americans, such as myself, who deal with both sytems, depending on the subject at hand, find metric much easier than the Imperical system that we grew up using.

      And, yes America is different for the sake of being different. It may be brutish and idiotic, but it also results in diversity

      I fail to see how adopting the metric system would in any way threaten the diversity that we (at least the sane ones among us, perhaps not the majority) dearly love about our country.

      I prefer slightly worse stuff to perfectly consistent stuff in many ways.

      I agree, but often the American tendancy to be "different" not only results in "slightltly worse stuff" but it also results in such mind niumbing consistancy that we must seek products elsewhere for not only quality, but for something that is different, especially when the "stuff" is beer.

      It forces constant change, fights off stagnation, etcetera.

      Actually it was the growing dominance of foreign imports that caused the diversification of American beer market and allowed the "microbrews" to share a place on the shelf. The non-standardization of brewer products allowed the few large brewers who manufactured the most cheaply made product to dominate the beer distribution markets after prohibition until relatively recently, when foreign brewers became able to produce enough product for the American market (mostly due to the strength of the dollar in relation to thier own native currencies), in spite of some of the older breweries that had more diverse product lines (such as D.G. Yuengling, Stegmaier, and some of the other older breweries that pre-dated prohibition).

      --
      Read, L
    2. Re:Americans and standards by bluGill · · Score: 2, Insightful

      Where did you get the idea that american phones don't work anymore. My Phone is a tri-band GSM only phone that works just fine in the US, despite the "fact" that you appearently made up about no US cellphone working anywhere else in the world.

      GSM is a bad standard on most technical counts. The CDMA standard that is popular in the US is better, but it isn't GSM. For most people though, that is irrelavent. You choose a phone by many factor, GSM or CDMA is not, and should not be one for most people. Engineers designing the local cell phone system care about those details. You care about cost (which is intentionally confusing with different roaming areas, long distance rates, per minute rates, and so one which varies slightly from country to country), phone features, and where you can use the phone. (The last is the only place where standard comes into play but only indirectly)

      People in Europe tend to have a very disorted view of how the cell phone market in the US works. It is different on many levels. Some ways are better, some are worse. That most of us use CDMA is better, except for that compatability detail. That we pay per minute for incoming calls is different, and has just as many advantages as disadvantages. It is different, but the truth is, cell phones work just fine for people in the US.

  22. No operating system will ever be completely secure by rborek · · Score: 3, Insightful

    As long as there are people creating software, there will always be security bugs in the operating system. You just can't go over millions of lines of code and spot every bug that can result in a security breach - especially if two portions of code combined are the reason for the breach (those two pieces of code can be hundreds of thousands of lines of code apart). I predict that they'll certify an operating system secure... and then the next day a security alert will be announced for it. Microsoft has come a long way from their old operating systems - Windows Server 2003 is much more secure, but no operating system will ever be 100% secure as long as there are hackers out there to test every possible vulnerability... and the fact that there are administrators out there that may not secure the OS down and make stupid configuration errors.

  23. Re:No operating system will ever be completely sec by Wesley+Felter · · Score: 3, Insightful

    You just can't go over millions of lines of code and spot every bug that can result in a security breach

    That's why really secure OSes don't have millions of lines of security-critical code.

  24. MS by defishguy · · Score: 2, Funny

    Oh yeah... remember the RPC implementation that Microsoft chose for RPC? IEEE 666

  25. IEEE isn't your average organization by Erioll · · Score: 2, Insightful

    IEEE is responsible for a LARGE number of the computer-related standards out there. They are not just "someone" that puts out a standard. IEEE is probably the largest organization of computer and electronic-related people anywhere.

    Of course anybody can ignore a standard, but if the largest organization in the world in this industry goes one way, do you really want to go the other way?

    Erioll

  26. How will they keep this on track? by Brett+Johnson · · Score: 2, Interesting

    This is a slap in the face of Microsoft. But obviously Microsoft will be solicited for input.
    Unfortunately, I see one (or both) of two things happening:

    1) "This standard will enable mass production of a class of operating systems that meet
    the minimum expectations of consumers for security and general reliability by establishing
    a floor for these characteristics,"

    MS will attempt to set the "floor" to be barely above its current standard for security and reliability.

    2) Microsoft will drag the whole thing down some "Trusted Computing" DRM rathole.

  27. Re:Don't, it's full of junk! (Was Re:MOD PARENT UP by Penguinshit · · Score: 2

    Well, with lines like " just as they understand that homosexuality is fun," I believe it's the work of a bored fucktard and should therefore be modded down as either OffTopic or even Flamebait.

    Any karma whore can make an AC request to "Mod Parent Up!". Idiots and non-article-reading morons should not be allowed to moderate.

  28. Liability by Free_Meson · · Score: 2, Interesting

    When this standard is in place and a company, say, microsoft, releases an operating system that they claim is secure but is not and does not follow the standard accepted for security by the rest of the industry, and its security fails as a result of this noncompliance, could microsoft then be sued for damages?

  29. My point exactly... by poptones · · Score: 2, Informative
    That thing is over $200. And that's not including the proprietary software to manage and configure that "firewall."

    I can buy a linksys router with basic firewall functionality for $50. I can buy a NIC for $5. That's one helluva jump in price to get less functionality in a low profile case. So what if it says 3com on the box? My whole point is that this stuff doesn't need to be proprietary or expensive - it is only because there's no standard to commoditize the functionality.

  30. Re:No operating system will ever be completely sec by Wesley+Felter · · Score: 2, Informative

    That is a very good point, although my answer is the same: the best design approach is to separate applications into security-critical and non-security-critical parts, and minimize the size of the security-critical code. Luckily some people are already doing this.

  31. Not just the OS by gidds · · Score: 2, Funny
    A secure OS is of course very important. (For large values of 'secure'.) But what proportion of current problems are caused by the OS, and what proportion by apps?

    I don't use a PC, so I've largely ignored Blaster and the other recent viruses/worms/&c, but aren't at least some of them down to Outlook and other insecure apps? If every OS suddenly became 100% secure (if such a thing existed) tomorrow, how many problems would remain?

    --

    Ceterum censeo subscriptionem esse delendam.

  32. Priorities by Detritus · · Score: 2, Interesting
    It won't mean a damn thing if software designers and programmers don't readjust their priorities. That includes Microsoft and the open source community.

    More time than I care to recall, a decision has had to be made between the right way and the fast way. The fast way almost always wins, even if it is fragile and error-prone.

    Is the computing community willing to give more than lip service to security and reliability? Past history say no.

    --
    Mea navis aericumbens anguillis abundat
  33. Imperfect trust and contingency costs by Skapare · · Score: 2, Insightful

    You have to trust something. That which is trusted has to operate in a way that if it were made to do the wrong things, it would do the wrong things. Trust is the belief that it is not going to the wrong things. That which is not trusted has to be operated in a way that restricts its ability to do wrong things. But you cannot operate everything in the restrictive way because you have to trust the very mechanisms of restriction itself. And that generally means the kernel of the operating system, and the most of the hardware, have to be trusted to do the right things.

    But the biggest issue is how do you establish that trust? Are you going to personally inspect every line of source code, and understand what it does? Are you going to inspect the engineering of the CPU and associated hardware that can influence how the CPU operates? Because we generally cannot do this on things as complex as computers or software, we have to establish trust by some proxy. If we know someone, and trust them, who has done all that, then we might trust the system. But there really isn't likely to be very many people around who can do that, and perhaps none at all. So somehow we have aggregate that trust proxy, and conclude on the basis of some combination of information, that something is trustable. But this isn't genuine trust. We cannot be certain that something is truly trustworthy just because someone says it is, or that a combination of others say it is.

    Ultimately, we have to accept, and learn to deal with, the fact that trust is imperfect. We have to trust not that something cannot do the wrong thing, but that it is highly unlikely to do the wrong thing, and have contingency plans to be able to deal with it doing the wrong thing, which includes knowing that it did the wrong thing (it might try to hide that fact from you). The level we have to use to establish that trust will thus depend on the real and potential costs of the contingency (such as cleaning up the mess it leaves behind, restoring data, etc).

    In order to reduce your contingency costs, you have to establish a greater criteria of trust. But the trust has a cost as well (for example hiring several computer scientists to inspect and analyze the code, as well as performing background checks on them to make sure they have no other motives, and even this has costs). It's all a balancing act. And where the optimal balance is will depend on many factors. As your contingency costs increase (a military has very high contingency costs, as it could mean losing to an opponent), your level of trust establishment needs to increase as well.

    A standard for security has to address the fact that trust is imperfect, and that different entities will have different contingency costs. So it has to be flexible over a wide range of optimal levels of trust. If it is too rigid, it cannot be universally adopted, and will end up not being in common use (though it might find a niche use in areas matching its trust metrics). Those who are developing such a standard will at the very least need to state up front what the goal is. Is this something they expect to be usable in both a military high command setting, and in a casual home user setting? Unfortunately, I see none of this in the base document at the BOSS working group site.

    --
    now we need to go OSS in diesel cars