• peanuts4life@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    I do wonder, hypothetically, if free Linux distros had 80% of the consumer market, would we see just as many dangerous exploits and malware as we do on Windows today? It seems to me that the consumer community is so small that it’s hard to say if it’s secure or just obscure.

    I understand in theory Linux is more secure… But are individual users really not opening themselves up to attacks, downloading foss software right and left? Using built in stores? Wine emulation?

    • mkwt@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      21 days ago

      The Linux software you can get as a regular user from your typical Linux distributions is absolutely not any more secure on average than your typical Windows software.

      I say this as someone who writes application programs on both systems.

      I think it’s really debatable whether the Linux kernel is really any more secure than the Windows NT kernel. Linux advocates have pushed the “many eyes, shallow bugs” line for a long time, but high profile lapses seem to really have put the lie to that.

      • expr@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        21 days ago

        The software itself may or may not be more secure, but acquiring software is absolutely more secure. There’s so much Windows malware people unwittingly download from the internet. Downloading from a distro’s software repository simply doesn’t have that problem.

        • fmstrat@lemmy.nowsci.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          20 days ago

          Also, when not using repositories it is much more common to go to the source, like GitHub releases, etc.

    • zea@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      21 days ago

      Parts of it seem to be inherently more secure, but there are some pretty glaring holes. At least software distribution is much more secure than the Windows approach.

      • Snot Flickerman@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        21 days ago

        I’d say the biggest, most glaring hole is that, much like in Windows, most users don’t really understand the file system and user and group permissions.

        Linux, as an OS, requires a lot more on the users part in understanding basic security right out of the gate.

        A lot of folks out here dropping chmod 777 all over the place just because they haven’t had any education on how any of it works.

        Source: Years ago, being a newb without knowledge or education, dropping chmod 777 all over the place

        • BatmanAoD@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          18 days ago

          Hopefully you only chmod’d your own systems. Early in my career, I worked on a project wherein we gave a contracting company root access to a computer they could use to test the software they were writing for us. One morning, they sent us a message saying they couldn’t log in. We looked at the computer and discovered it wouldn’t boot. Turned out someone on the remote team had chmod 777’d the entire filesystem. Of course we locked down their access after that.