• Lojcs@piefed.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    14 days ago

    #8 reawakened my nervousness about the lack of virus protection on Linux. With every milestone we celebrate it becomes more likely that malicious people target desktop Linux with their malware, and I don’t think the “Linux is inherently secure” mentality helps. I hope clamav’s on access scanner is fixed and improved so it becomes commonplace before there’s some big newsworthy scandal.

      • fruitycoder@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        14 days ago

        Immutable, ephemerable, granularly permissioned, and encrypt EVERYTHING to enforce said permissions.

        1000x better than software signature hunting

        • rumba@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          14 days ago

          It’s all fun and games until some asshole slips something into your trusted package manager.

          Exploits are the deal pain

    • ulterno@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      Well yeah, you need to use Linux, the Linux way to make it secure.

      If you are running VSCode as root after having logged into the DE as root and installing extensions willy-nilly, it won’t matter that your RHEL has SELinux installed.

        • RattlerSix@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          14 days ago

          I’m not saying Linux is immune, just that people have said that, practically word-for-word, forever.

        • Nalivai@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          13 days ago

          That’s not it though. Linux doesn’t have a problem with viruses, didn’t have it before, doesn’t have it now. Predicting that it’s going to start right now 20 years in a row isn’t a good idea refardless, and pointing it out is a right thing to do.
          Which doesn’t mean it couldn’t really start one day.

    • entwine@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      I don’t think a Linux anti virus program would be such a big security win. Phishing is the biggest security threat to most users, and no amount of software can prevent that.

      Sure, downloading and running random shit is a concern, but people in that group are a bit of a lost cause. The best solution for that is to harden the OS, prevent running executables through the GUI, or from user folders (I think SELinux could do that), disable sudo on the user account, and only allow installing Flatpaks. The security of Flathub may not be perfect, but it’s a smaller attack surface than the whole internet.

      But even if you do that, an Indian call center scam is still going to manipulate your grandma into buying Amazon gift cards, so… It’s a lost cause.

    • A_norny_mousse@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Is there antivirus for Android? I mean there surely is, but Android does not really need it because it’s built from scratch to give each app as little permissions as possible*. Desktop Linux is going in the same direction.

      * technically. This does not mean that Android is secure in terms of privacy.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        14 days ago

        The Linux desktop is not really going in the same direction as Android

        Not that “antivirus” software any more or less useful. It is mostly snake oil.

      • Rooster326@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        14 days ago

        Is there antivirus for Android?

        Yes there is a Google Play Protect. There is also a service that checks every single App on the Store separately.

        Though the effectivity is debatable.

        There are third party ones but I have not heard anything good about any of them. I am not sure they are legitimate

        • A_norny_mousse@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          14 days ago

          Yes there is a Google Play Protect.

          AFAICS this screens software before it goes into the store, or screens sideloaded apps on device before installation. That’s still far from antivirus as Windows users know it.

          • Rooster326@programming.dev
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            14 days ago

            In theory it does all of below:

            • App Scanning: It automatically scans all apps on your device—regardless of where they were downloaded (though it focuses heavily on apps from the Google Play Store and those sideloaded).
            • Real-time Protection: It runs safety checks on apps before you download them from the Play Store.
            • Periodic Device Scan: It periodically scans your device for Potentially Harmful Applications (PHAs), which are sometimes called malware.
            • Warnings and Removal: If it finds a potentially harmful app, it will warn you, disable the app, or in some cases, remove the app automatically.
      • unexpected@forum.guncadindex.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        14 days ago

        For sure. I recall installing an open source mahjong from the android google store when I bought my first ever android device about a decade ago. Instantly took over my tablet and kept throwing ads at me. And it got into the root and wouldn’t go away when doing a reinstall. Fortunately it was a super cheap tablet that I only got to toy around with. But I have had no interest in ever getting another android device since then.

    • fruitycoder@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Granular permissioned access for apps from trusted supply chains is better than attempting deny lists based on signatures (AV).

      I still use it, but I put way more effort into SLSA, securing containers, flatpaks, and limiting their blow back. From there its keeping up with CVEs in ways that do not create more or break functionality.

      I will say A LOT of the Linux software ecosystem is was more secure than Window’s default.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      14 days ago

      Why are we shouting?

      Anyway, don’t waste your time with “antivirus” software. That is not how you secure a system.

      • Lojcs@piefed.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        14 days ago

        Your viewer must be parsing #8 as # 8.

        You’re free to not ‘waste time’ with anti-virus but I prefer the peace of mind.

          • ulterno@programming.dev
            link
            fedilink
            English
            arrow-up
            0
            ·
            14 days ago

            As Lojcs said…

            The Markdown format expects a space after whatever number of #s you put at the start, for it to be a corresponding level header.
            Due to different parsers having different types of leeways, it becomes a bit difficult to make sure stuff always matches.
            e.g. I was once mistaken about the way tabs work for multi-level bullets and numbering because GitLab had more leeway. Using discount, I realised where I was being wrong.

            • Nalivai@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              13 days ago

              The whole problem is because format doesn’t actually expects the space there, and it’s left to the interpretation of the parser

              • ulterno@programming.dev
                link
                fedilink
                English
                arrow-up
                0
                ·
                13 days ago

                I thought the whole problem was that there was no de-facto standard and people kept on making their deviations while still calling it Markdown.

                I personally like how Doxygen implements it.