Slashdot Mirror


Congress Endorses Open Source For Military

A draft defense authorizing act in Congress includes wording plugging open source software. It seems both cost and software security were considerations. This is an important victory for open source. "It's rare to see a concept as technical as open-source software in a federal funding bill. But the House's proposed National Defense Authorization Act for Fiscal Year 2009 (H.R. 5658) includes language that calls for military services to consider open-source software when procuring manned or unmanned aerial vehicles."

24 of 145 comments (clear)

  1. Re:Old News by mcgrew · · Score: 3, Informative

    The House's proposed National Defense Authorization Act for Fiscal Year 2009 is new, and it's what TFA is about.

  2. Nice to see by Nerdfest · · Score: 4, Insightful

    that government is realizing that security through obscurity is not a good plan.

    1. Re:Nice to see by stoolpigeon · · Score: 5, Insightful

      My guess is what you have here is a good indication that some company had enough money to fund a lobbyist to push for this to help them in the future since they use FOSS in their product. Not new insight or greater education on the part of law makers.

      --
      It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    2. Re:Nice to see by DerekLyons · · Score: 3, Informative

      No, they are probably realising that $700 needs to come from somewhere so they might as well use open source software instead of buying licenses.

      Except that the kind of software in the bill in question is rarely licensed - it's tactical software, not admin software. Specialized tactical software is usually purchased outright. (Not to mention that the Federal Government undoubtedly gets significant discounts from vendors for per seat licenses and support.)
       
      That being said, there's much less here than meets the eye. Like many other extremely specialized problem domains, there almost certainly isn't any FOSS to be considered for use. This goes double since this almost certainly is an embedded system, not a PC, with the operating hardware, computer hardware, OS, and applications tightly bound and integrated. (In the systems like this I worked on while I was in the Navy, the line between OS and application was a wide grey area - in some ways they were virtually the same.)

  3. Re:Old News by Ohrion · · Score: 5, Insightful

    There was never anything actually preventing Government developers from considering Open Source previously. This will simply remind some Dev Managers that the option exists, even though their actual developers have probably been using it for years. The side effects of this bill will most likely bring out Microsoft's and other proprietary software house's lobbyists out of the woodwork. They've only painted another target.

  4. GPL'd software by DodgeRules · · Score: 3, Insightful

    If the Government uses open source code that is under the GPL license, and modifies it to include some security or other feature that is considered to be under the umbrella of "National Security", are they required to provide the source code to terrorists so they can attempt to crack it?

    1. Re:GPL'd software by Flying+Scotsman · · Score: 5, Informative

      are they required to provide the source code to terrorists so they can attempt to crack it?

      From my understanding of the GPL, this would only be true if the government is distributing the modified binaries to the terrorists. If the changes are internal-use only, there isn't a GPL conflict by not distributing the modified source.

    2. Re:GPL'd software by NtroP · · Score: 5, Funny

      If the Government uses open source code that is under the GPL license, and modifies it to include some security or other feature that is considered to be under the umbrella of "National Security", are they required to provide the source code to terrorists so they can attempt to crack it?

      Depends. If my company uses OSS in an internal application, I don't have to release the changes back to the public. But, if my company were to distribute a product that uses it we'd have to provide source code.

      I'm assuming that the military would not have to release source code in UAV's because they tend to get those products back and therefore it would be an internal product or application. They'd have to release the source for any bombs or missiles though because they are delivering that product to the public.

      --
      "terrorism" and "pedophilia" are the root passwords to the Constitution
    3. Re:GPL'd software by internerdj · · Score: 5, Funny

      Easy. Just tape the listing to the front of the bomb.

    4. Re:GPL'd software by Zero__Kelvin · · Score: 3, Funny

      "They'd have to release the source for any bombs or missiles though because they are delivering that product to the public."

      You must work at Microsoft. Destroying someone is not considered to be analogous to "delivering a product" to someone anywhere else on the planet as far as I am aware ;-)

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    5. Re:GPL'd software by SleptThroughClass · · Score: 3, Funny

      "EULA toward enemy"

  5. Re:oh boy by mcgrew · · Score: 3, Funny

    now it is great to know that the gov't will want me to release the software i write.

    First, that's not what TFA (or even the summary) says. Second, there are a lot of companies writing, documenting, and using open source software. Open source <> "no profit".

    our small business is gonna make it, i promise!

    I wouldn't exactly call your business "small", Mr Ballmer! ;)

  6. They'll probably come up with a way to mess it up by xgr3gx · · Score: 3, Insightful

    In order to try saving money, they'll probably do something really stupid that will end up costing them money.
    Like setup a Linux environment, and realize they have some old, critical, archaic, crappy piece of software that only runs on Windows NT.
    So they'll get some virutualization software inorder to run Windows on their new Linux servers in order to get that old app running.
    So they'll virtualize a bunch of old NT boxes, only to find out app doesn't work well when running on virtualized Windows.
    So then they have to install new Server 2008 boxes to run the old app, only to find out the old version of that app won't run on Windows versions newer than NT 3.5.
    So now they pay millions for a new version of said critical app.
    Then they realized the new version of the app has a Linux version.
    Then some figures out that the old app could have run under WINE.

    --
    Shameless plug alert: Game server control panel
  7. In other news by rgo · · Score: 5, Funny

    Microsoft reacted signing a 10 year collaboration agreement with Al Qaeda. Together, they will develop WMD...



    Windows Media player Deluxe.

  8. Re:Enjoy it while it lasts. by qw(name) · · Score: 3, Interesting

    I seriously doubt that. Open source software has been used to develop military systems for many years now on the contractor side.

  9. Re:Old News by grub · · Score: 3, Funny


    Also, most military women trim their bush or shave it outright.

    Ah, you're confusing Open Source with Open Sores.

    --
    Trolling is a art,
  10. Re:Old News by geekoid · · Score: 4, Interesting

    Yes, and it will probably give them leverage when negotiating with those vendors.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  11. Clarifications on Military Open Source by RobBebop · · Score: 5, Informative

    I already see some misunderstanding in other threads in this conversation. (a) people say the military won't give back the changes they make to GPL software. (b) people say that because it is GPL, the "bad guys" will get it.

    For the first point, the GPL does not require changes to be merged back into the main development area. It allows (and encourages) projects to FORK the source code into new projects when different applications are desired. This keeps the original projects clean from "feature creep" and gives the different (competing) development teams control of their own development. The limitation that the GPL imposes is that if an organization wants to DISTRIBUTE the executable versions of their software, they would need to include an offer to distribute the source as well. Since it is not in the US military's interest to distribute their software, there is no real concern of (b) the "bad guys" getting the software.

    In that vain, the "bad guys" would have access to the baseline version if they can figure out what software has been forked into military applications. If the US military is foolish enough to operate this using defaults that are hackable, then it serves them right. I personally think that they are more qualified than that.

    A last concern is (c) THIS IS BEING FUNDED BY TAXPAYER MONEY AND IT SHOULD BE OWNED BY THE TAXPAYERS. This is false. I mean, the funding does come from taxes, but the public has no more of a claim for software that is developed for military applications using FOSS software than they do over the software, hardware, and designs of any other piece of military equipment ever designed. These instruments are created for the purpose of providing national security. If the designs were made public, then security WOULD be compromised. Ergo, in the interests of national security it's important for that information to be kept private.

    Final point, the GPR (Government Purpose Rights) license. This is a thinly veiled government source license that I have seen the military force on subcontractors in recent years to force Boeing, Lockheed, and all the rest to "play nice". The GPR license is a requirement on contracts so that the government gains the right to send software developed by Lockheed over to Boeing for further analysis. Believe it or not, frequently in legacy codebases you see "Proprietary of XYZ Corporation" and for the most part the government tries to acknowledge these rights. However, they realize that many things are developed over and over again by different companies because they are prevented from leveraging off of each others work (at the cost of the taxpayers). It is encouraging, therefore, to see the government prevent this with GPR.

    --
    Support the 30 Hour Work Week!!!
    1. Re:Clarifications on Military Open Source by db32 · · Score: 3, Insightful

      More to the point is that military developments almost without fail make it into the public if they have a significant public use. Flight, radar, medicine, etc. Hell, the military has probably had the best return on investment of any government run endeavor. So many people bitch about the military, but it was military members that were first putting their lives at risk testing things like supersonic aircraft and space travel. Guess who had the joy of being the human guinea pigs for things like the Anthrax vaccines.

      If you really wanna bitch DARPA will take their internet and go home...

      --
      The only change I can believe in is what I find in my couch cushions.
  12. Re:oh boy by geekoid · · Score: 3, Funny

    Two organization enter..one with heavy firepower.
    Yes, I would enjoy watching that.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  13. Re:new clause? by chromatic · · Score: 4, Informative

    Considering that would violate the OSI guidelines (and contradict the GPL FAQ), probably not.

  14. Re:Old News by DougF · · Score: 3, Interesting

    Wrong, TFA is about open source software, something the services have been working on for years. The F-35 has open source software for the displays, the Navy CIO has already endorsed open source software, the Army is incoporating it into the Land Warrior program, etc. Congress (and by extension /. by posting this) is behind the power curve, hence my original point stands, it's Old News.

    And, who modded this guy informative?

    --
    Impetuous! Homeric!
  15. Re:Old News by moose_hp · · Score: 5, Interesting

    From a non-USA point of view, I think this is a great step for open source solutions, but more for software in general.

    It's been know that whatever the US military puts their hands on, that can grow to a great size. The whole Arpanet->Internet analogy may or may not be flawed for this. A lot of innovation comes from military funded projects.

    The open source model is a great source (no pun intended) of innovation and combining those two points could lead to a massive step forward.

    /PersonalOpinion

    --
    DON'T PANIC.
  16. Re:Mostly inteligence - not code by ChrisA90278 · · Score: 3, Insightful

    Just one counter example: selinux came from the NSA. A pretty big "give back".
    http://www.nsa.gov/selinux/

    There is a LOT of government written code available. In fact many of the biggest and most complex free software systems were developed and given away by the US government. It's just that they typically do not write word processors and games so your typical home user does not see it.

    I can think of many examples most from the areas of science and enginerring. Here is one
    http://www.nec2.org/nec_hist.txt