Slashdot Mirror


Would You Use SELinux?

silent_tyr asks: "I am going to re-install my Linux box and being security conscious I am looking for a secure distribution. After a couple of Google searches I found a version called Secure Linux, which sounded ideal. So I followed this link, which turned out to be what I assume is a genuine NSA web-site. All in all, it looks like a good idea and I can play around with it as I wish, but eventually I will be using this machine as my base-system. So before I start I want to ask two questions: 1) Do you think that it is a good idea to trust the NSA not to put in back-door/spy-ware type code to enable them to snoop my personal information? 2) What other security-patched distro's can people recommend? I don't want to open up the floor for generic NSA-bashing, but I also don't want to have to work my way through every line of code before I install." There was a similar question that was asked a while ago, but there wasn't much to the discussion. For those of you who are running SELinux, what have your experiences been, so far?

28 of 65 comments (clear)

  1. Are you serious? by Anonymous Coward · · Score: 2, Funny

    Holy Welcome to Last Decade, Batman.

  2. SELinux? by Prince_Ali · · Score: 4, Funny

    Just install Windows XP like everyone else. Stick the free version of ZoneAlarm on there, and you will be as secure as any box out there!

    1. Re:SELinux? by BrokenHalo · · Score: 4, Insightful
      Uhh... maybe. but if I were so paranoid about NSA introducing backdoors etc, I would be more inclined to go for Linux From Scratch. I have a reasonable degree of faith in the GNU components and other applications that I use, and if I wanted to be sure that they hadn't been tampered with, I would download the source of each piece of software, check the MD5sums and compile it all myself.

      Since I live in the real world (tm) I just use Slackware. I reckon I can trust Pat not to fuck with my system :-).

  3. What? by 4of12 · · Score: 3, Interesting

    Do you think that it is a good idea to trust the NSA not to put in back-door/spy-ware type code to enable them to snoop my personal information?

    Am I mistaken, or is SE Linux not a source distribution?

    GPL'd source guarantees that nothing lives in your kernel that you cannot examine as much as you like for backdoors.

    It's a powerful guarantee, one that cannot be made of many commercially produced operating systems, whether they are called "secure" or anything else.

    --
    "Provided by the management for your protection."
    1. Re:What? by thefroatgt · · Score: 5, Informative
      From the main SELinux page:
      Security-enhanced Linux is being released under the same terms and conditions as the original sources. The release includes documentation and source code for both the system and some system utilities that were modified to make use of the new features. Participation with comments, constructive criticism, and/or improvements is welcome.
    2. Re:What? by fredrikj · · Score: 2, Insightful

      GPL'd source guarantees that nothing lives in your kernel that you cannot examine as much as you like for backdoors.

      From the post:

      I also don't want to have to work my way through every line of code before I install.

    3. Re:What? by tka · · Score: 5, Insightful

      GPL'd source guarantees that nothing lives in your kernel that you cannot examine as much as you like for backdoors. Yet this examination has to be done somebody else, by larger group of people who have great amount of knowledge and experience on these matters. It is simply not "possible" to this guy/girl to examine the kernel. Besides it is not not a easy task look for backdoors etc. Does anybody know that this kind of examination has been taken place by independent group?

    4. Re:What? by BrokenHalo · · Score: 3, Informative
      GPL'd source guarantees that nothing lives in your kernel that you cannot examine as much as you like for backdoors

      Not quite.

      (1) It's not just your kernel...
      (2) Sure, you could spend weeks browsing through the source by yourself (and probably not find any backdoors even if they do exist).
      (3) Having a source distro in itself doesn't guarantee that said source hasn't been tampered with. I seem to remember there was something like this that came up a few months ago with sendmail where somebody (IIRC) had replaced the source tgz file on some servers. If people do not check MD5sums at the original point of distribution then sooner or later they're going to get their fingers burnt.

    5. Re:What? by spencerogden · · Score: 4, Insightful

      Yes, but having the source of SELinux and the vanilla kernel sources means you can diff the two trees and get a very good idea of what has been changed. Viewing the changes in this manner should make a code inspection managable.

    6. Re:What? by Aix · · Score: 2, Interesting

      While I understand your point, this is unfortunately not entirely accurate. I suggest reading Ken Thompson's Turing Award Lecture for an explanation of exactly why having the source code is not necessarily enough. I don't think the scenario he describes is a likely one, but it's worth looking at and thinking about in any case.

    7. Re:What? by 4of12 · · Score: 4, Insightful

      you could spend weeks browsing through the source by yourself (and probably not find any backdoors even if they do exist).

      Me (an average good C programmer) and hundreds of others (that are average good C programmers with good networking experience) would stand a reasonable chance of finding something.

      In fact, if you are in the computer security business, uncovering a backdoor like this would be a real feather in your cap, look good on your resume, and help you drum up more business, so there's definitely motivation for people to look closely at the NSA code, not just for backdoors, but for any kind of flaw that could potentially compromise security.

      Critical (almost hostile!) code review like that is going to do a lot better job than a more friendly limited internal review at Company X, where Marketing wants to ship the product yesterday.



      check MD5sums at the original point of distribution

      You bring up a good precaution, checking the MD5 sums, especially in light of the trojan distribution problem that happenned with (SSH?,SSL?) last year.

      But I've always thought it was silly to check MD5 sums for tarballs from the same point of origin.

      If I were a trojan writer, I'd change the webpage so that the MD5 sum displayed was in sync with my malware.

      Getting independent verification of the MD5 sum from a different source is better; checking a PGP signature is better still.

      Finally, from a political perspective, it would Look Bad if someone managed to hack into nsa.gov and replace chunks of their site. I'd expect NSA sysadmins to pay closer attention to securing their site than average sites.

      --
      "Provided by the management for your protection."
    8. Re:What? by jo42 · · Score: 3, Funny

      Read The Source, Luke...!!

  4. EnGarde Linux by moonboy · · Score: 4, Informative

    Check out EnGarde Linux.

    Also, LinuxSecurity.com is a very helpful and informative site.

    --

    Co-founder and designer at Music Nearby: http://musicnearby.com
  5. Alternative options by redhat421 · · Score: 5, Informative
    I have not really used SELinux that much, but I have used and would recommend the following two projects.

    grsecurity

    LIDS

    As far as the NSA planting a back door into SELinux, I really doubt it. A backdoor in open source code would be discovered eventually, and the NSA would have a very hard time denying it.

    It seems much more likely that they would put back doors into closed source products, which do not receive as much scrunity.

  6. Regarding NSA backdoors by Bravo_Two_Zero · · Score: 4, Insightful

    IIRC, it's a series of kernel patches and some modified basic utilities. I wouldn't be surprised if there was more to it than when I first looked at it a couple of years ago.

    But as to NSA backdoors, honestly, how much intel would they gather from the handful of people who would install SELinux? Wouldn't it make way more sense to crack into Microsoft's source code (if a Russian hacker could do it, well, I'm sure they can) and do it in a closed-source, widely adopted OS?

    Hey, I'm as much a conspiracy theorist as the next mildly-intelligent person who sees strings pulling the marionettes in our government. But it ultimately comes down to a resource allocation issue. Why bother when there's so much more to be gained with the same (or less, if you consider the need to somehow disguise the backdoor in open code! ;) amount of work?

    Now about those microwave towers...

    --


    Amateurs discuss tactics. Professionals discuss logistics.

  7. NSA already has your keys by Hungus · · Score: 3, Interesting

    I personally have a great deal of respect for the folks at the NSA. I am also quite aware of their abilities, and let me say this if you are going to hand teh keys to your system to any one organization you might as well hand them over to the NSA becasuse they already have them.

    Seriously I work in the security field, and have worked closely with all kinds of govt. operatives from local, state national and even foreign groups in my various and sundry dealings. Nobody and I mean NOBODY has the smarts/ ability / computational facilities as the NSA. The only other group I hold in such extreme regard is Mosad

    --
    Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
    1. Re:NSA already has your keys by dmayle · · Score: 3, Interesting

      That's very nice to say, but there's a WORLD of difference between being incredibly competent and being incredibly trustworthy.

      I in no way intend to imply that the two are mutually exclusive, but there is no correlation between the two. And what's important in this case is the trustworthy aspect. I, like many Americans, don't have that much trust in the government. It's one of the great things about our country. (Skepticism, that is; it keeps us on our toes...)

    2. Re:NSA already has your keys by Hungus · · Score: 2, Insightful

      I didnt say ANYTHING about being trustworthy!
      Lets be honest I know that Mossad could come up with legal documents proving you are my 3 year old daughter.
      AND I know that the NSA could show my direct email correspondence to Lenin himself.
      AND I, especially being in the security business, am paid to be paranoid ( which I would be even if I wasn't in the security field) after all just because you are paranoid doesn't mean they aren't really after you. What I am saying is there are 30 big ugly guys standing outside your home with the ability to come in. Some by breaking down your door, others breaking a window. Unless I am a cryptography expert ( I personally am good but am by no means an expert) and a security expert, and a linux expert who has gone through every line of code out there and written appropriate patches yourself you have to trust someone. Me, well I am going to trust the guy with the locksmith business card and teh truck and experience to back it up. After all he is an expert and if i didnt give him the keys he could still walk in. In the end it is not somuch a matter of trust as it is a matter of logic.

      "I would be a libertarian but they believe in too much government"

      Well, in actuallity, I am a consitutionalist

      --
      Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
  8. Yeah, go ahead. by Hanashi · · Score: 4, Insightful
    SELinux is fairly well known and has been available for some time. The original release was greeted with some amount of fanfare and hoopla, even. If there were a secret NSA backdoor, it would have been found by now.

    IMO, the bigger question is: "will the extra security measures get in the way of doing what you need to do?" And probably the corollary: "If you're going to have to disable any of those features, is it still worth using this distribution?"

    --
    Check out my eclectic infosec blog at InfoSecPotpou
  9. self-defeating... by belbo · · Score: 4, Interesting
    "I also don't want to have to work my way through every line of code before I install."

    Hum, so you ask us, who you don't know, which developers, who - in most cases - you nor we know either -, to trust? Maybe you are an NSA agent in search of backdoor-free distributions? Why should we trust you, sir?

    Seriously, short of a full code audit, you can never be sure. Security is a process, and not something you can install. I thought that was commonplace around here.

    --

    --
    "Just believe everything I tell you, and it will all be very, very simple."

  10. So, use OpenBSD already... by ivi · · Score: 5, Interesting


    Does it -have- to be Linux?!?

    SDF (the free shell-provider) switched -from-
    Linux... after a security breech...

    OpenBSD is claiming to have had:

    "Only one remote hole in the default install,
    in more than 7 years!"

    That's not too bad IMO.

    And... if you -really- itch for Linux...
    you can always put it on a box -this-
    side of an OpenBSD box (ie away from
    the Internet...)

  11. Choices by GreyyGuy · · Score: 3, Insightful

    First off, which is more likely- that you have information that the NSA is curious about on your machine or that some random loser with test it for various vulnerabilities? If I remember correctly, the idea behind the NSA distro was to provide a free, secure solution to slow or stop the DDOS attacks and the like. If you have anything that the NSA would REALLY be interested in, other then a pron stash that everyone else has, (meaning actual illegal, get-you-jail-time stuff) why on earth would you put that on a machine conencted to the internet? Put it on a separate machine behind a firewall and encrypt it if you are that concerned about it.

  12. It's a modification of a standard distro, so... by metamatic · · Score: 5, Insightful
    "I also don't want to have to work my way through every line of code before I install..."


    % man diff

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  13. SELinux Backdoor Found by berb · · Score: 5, Funny

    After exaustive code riview of the LSM patches I have discovered a backdoor in the PAM module re-write lin...

    excuse me, there's some at the door. brb.....

    thers no suh thig as backdoor in seLinux, he was joking.

    --
    In teh event of an actual emergency this space might provide useful information.
  14. Not when you can't trust the compiler by DrSkwid · · Score: 3, Insightful


    The moral is obvious.

    You can't trust code that you did not totally create yourself. (Especially code from companies that employ people like me.) No amount of source-level verification or scrutiny will protect you from using untrusted code. In demonstrating the possibility of this kind of attack, I picked on the C compiler. I could have picked on any program-handling program such as an assembler, a loader, or even hardware microcode. As the level of program gets lower, these bugs will be harder and harder to detect. A well installed microcode bug will be almost impossible to detect.

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  15. Gentoo SELinux by Robbat2 · · Score: 3, Informative

    SELinux is directly supported under Gentoo.
    See
    http://www.gentoo.org/proj/en/harden ed/selinux-qui ckstart.xml
    for details on installing.

    Or dig on the mailing lists for a recent post to gentoo-dev about it for a lot more information.

    --
    ICQ# : 30269588
    "I used to be an idealist, but I got mugged by reality."
  16. Have to agree Winter. by OwnerOfWhinyCat · · Score: 2, Insightful

    Though you expressed it with humor, the point is very valid. Doing a diff on to kernel source trees that kicks out 50k lines of code sounds like reading enough, but in many cases of a 10 line change, you'll have to read a good chunk of the rest of the module to get the proper context.

    Additionally, all this is in the realm of seriously expert shit. If the NSA put in a backdoor like

    if (connecting_socket->IP == 152.63.39.37) {
    connecting_socket->priv_level = GODLIKE;
    }

    You're in luck.

    In most other cases a backdoor is just a hard to exploit/spot vulnerability like a stack overflow, or an awkwardly cast variable assignment that allows the tricky person to assign values to the target varible that are outside it's normal range and have a desirable side effect. If you wrote the modules in question these things would be noticable, if you're a full time kernel coder, they would be possible but hard to spot. If you're asking /. this question, you have no chance in hell of catching them.

    The Linux From Scratch suggestion above seems like the most user accessible way to go. I would trust the good will and intentions of individuals over any government's institutions every day of the week.

  17. Debian too by Xtifr · · Score: 3, Informative

    Debian also includes SELinux, and the "details for installing" seem to be: 'apt-get install selinux'. :)

    So, that's at least two major community-oriented distros that have found SELinux worth offering on at least an optional basis; two communities of sometimes-paranoid developers that have probably at least scanned for obvious backdoors. Given that, I suspect that SELinux can probably be considered reasonably safe. (At least as safe as anything else available with your system: when was the last time you reviewed KDE or GNOME for potential backdoors?)