this post was submitted on 07 Jan 2025
601 points (96.6% liked)

linuxmemes

21741 readers
360 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 2 years ago
    MODERATORS
     

    The NSA, the original primary developer of SELinux, released the first version to the open source development community under the GNU GPL on December 22, 2000.[6] The software was merged into the mainline Linux kernel 2.6.0-test3, released on 8 August 2003. Other significant contributors include Red Hat, Network Associates, Secure Computing Corporation, Tresys Technology, and Trusted Computer Solutions.

    https://en.wikipedia.org/wiki/Security-Enhanced_Linux

    you are viewing a single comment's thread
    view the rest of the comments
    [–] kekmacska@lemmy.zip 45 points 2 days ago (2 children)

    Only because they use Linux too and had to make it public as Linux is a public, open-source kernel

    [–] axx@slrpnk.net 2 points 17 hours ago (1 children)

    Not really. Do you know how many proprietary, company-specific extensions and modules there are of the Linux kernel out there?

    Loads of companies choose not to contribute their stuff back upstream. I don't know why the NSA did originally in the case of SELinux, but I would guess it had to do with transparency, national defense and not carrying the burden of a module / fork solo. They were also not the only contributors even early on, according to the Wikipedia page

    Also, if I recall correctly, there was no other option for MAC back them (no AppArmor or Tomoyo).

    [–] kekmacska@lemmy.zip 1 points 9 hours ago

    Isn't this GPL license violation? GPL clearly states that the license must be preserved

    [–] lengau@midwest.social 60 points 1 day ago (1 children)

    GPLv2 only says that people with access to the binary need access to the source code too. If they only used it internally they'd never have to make it public.