• Rustmilian
      link
      English
      437 months ago

      Just use trusted repos 👍
      We have GPG for a reason.

        • Rustmilian
          link
          English
          33
          edit-2
          7 months ago

          Possibly, but Firefox & Chrome based browsers have the same built-in isolation and other security measures as on Windows. Plus you can use Ublock Origins to get rid of malvertisements. If you really wanted, you can also isolate the browser entirely with something like firejail.
          Hardend forks like LibreWolf are good too.
          Oh, and Wayland also isolates clients from each other too.

          I don’t think it’s that big of a threat as long as you keep some level of common sense.

          • @[email protected]
            link
            fedilink
            37 months ago

            Oh, and Wayland also isolates clients from each other too.

            One of the biggest reasons I might want to say goodbye to xfce sooner than later.
            I can’t make use of most of Waylands’ features and improvements, but this kind of isolation is very much worth it anyway.

            • Rustmilian
              link
              English
              27 months ago

              Xfce does have a w-i-p porting effort to Wayland.

              • @[email protected]
                link
                fedilink
                37 months ago

                I have confidence that they’ll do it right, but looking at its past, it will take a looong while until it’s ready

                • Rustmilian
                  link
                  English
                  2
                  edit-2
                  7 months ago

                  True, but at least development is steady for now. Maybe in a few years.

      • @[email protected]
        link
        fedilink
        English
        137 months ago

        There are a lot more ways to sneak malware into a system. Especially if some apps aren’t being maintained anymore. Linux is definitely safer, but you shouldn’t let your guard down

        • @[email protected]
          link
          fedilink
          77 months ago

          especially if you’re a developer. There are a lot of shenanigans going on with malware npm packages that prey on easy typos. I imagine it’s the same with other library installers for other languages too

          • @[email protected]
            link
            fedilink
            English
            37 months ago

            Funny you bring this up because it’s exactly what I was thinking of. A million small packages and dependencies and who knows if the repos got hijacked

        • Rustmilian
          link
          English
          1
          edit-2
          7 months ago

          deleted by creator

      • Dizzy Devil Ducky
        link
        fedilink
        English
        37 months ago

        Okay, what happens if your repo doesn’t have a specific software you are looking for? A trusted repo is good, but it won’t have everything you might want. This is especially true for new software or less popular software.

    • Baut [she/her] auf.
      link
      fedilink
      97 months ago

      I don’t think that’s the correct path. There is a scanner already, called ClamAV, which works well enough.
      Virus scanners don’t fix the problem though. Android does it better: security by isolation and verification of system components.

      • @[email protected]
        link
        fedilink
        67 months ago

        The most important part in malware protection is whoever sits in front of the screen. Systems like Android have so many safeguards in place, the only way to get a virus is the user forcing it through themselves, pretty much.

    • @[email protected]
      link
      fedilink
      English
      87 months ago

      There’s already a ton of such exploits. Most servers use Linux and many exploits of corporations this had to go through Linux (though many exploits aren’t related to the OS at all – eg, SQL injection is OS independent). I expect it’s more common, though, that attacks on Linux systems are either meant to target servers or were personalized attacks that you’re not gonna accidentally download.

      On that vein, I also kinda suspect that many people who use Linux may be bigger targets for their employer than their personal PC. Which is actually scary, cause personalized attacks are far harder to defend against. I expect the average Linux user is technically savvy. Not a lot of money in try to do a standard, broad attack on such types (I think most attacks on personal computers are broad attempts that mostly depend on a small fraction of technologically incompetent people falling for simple schemes). But a personalized attack that happens to infiltrate a fortune 500 company? Now that’s worth a lot of money. Using Linux won’t protect you against those kinda attacks.

    • @Clbull
      link
      5
      edit-2
      7 months ago

      I’m surprised it hasn’t seen wider workplace adoption.

      A call centre I used to work in once scrapped all our Microsoft Office licences and installed OpenOffice on everyone’s workstations to cut costs. It was bad for the MI staff because they relied on Excel functionality that OO Calc simply didn’t have, but the vast majority of staff could get by on OpenOffice.

      My only real criticisms of how they handled this was not giving people any notice, and making us use a shitty webmail app that only booted in Internet Explorer and would sign you out after a minute of inactivity to access our work emails. They could have easily installed and configured Mozilla Thunderbird to give us some quality of life that Outlook once afforded us.

      Also this happened a few years after Oracle got their hands on OO, so not using LibreOffice was also questionable.

      But still. Think about the shitloads of money you’d save by using Linux in the office.

    • @ShunkW
      link
      -157 months ago

      OSS is a double edged sword. It’s great, but the people looking for flaws that are exploitable are more often bad actors than good. At least that’s been my experience working in cyber security. Many CVEs that are responsibly disclosed are found to be actively exploited already.

      • Johanno
        link
        fedilink
        387 months ago

        The difference is the timing.

        Exploit found in closed source software:

        Probably years of usage by intelligence agencies and criminals until someone notices. (with no possible way to know for anyone that there even is a exploit). And even then it might take months for them to fix it.

        Exploit found in oss: Depending on the usage of the software several people are looking for security holes and they usually get fixed ASAP. Of course it is possible that there’s an exploit nobody finds and a criminal uses, but it is not more likely because he can read the code. If your code must be secret to be secure your code is anything but secure

        • Ooops
          link
          fedilink
          67 months ago

          Also there is no incentive for companies to fix an exploit quickly. They will only release the fix with some scheduled update anyway or else people might notice that there was something worth fixing and that’s bad for your stock price.