• Lojcs@piefed.social
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    2
    ·
    edit-2
    9 hours 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
      2
      ·
      3 hours 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.

    • entwine@programming.dev
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      5 hours 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.

      • Lojcs@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        … but people in that group are a bit of a lost cause.

        touche. I don’t think the existence of other threats is a reason to dismiss this one. And I don’t think simply prohibiting running random executables is sufficient as it isn’t ‘most users’ who are switching to Linux. The people likely to switch to Linux are also the people likely to want to run programs that aren’t yet distributed in repos. I can imagine a scenario where the malware is hidden in a program hosted on a custom flatpak repo and requires permissions for normal operation that’d make flatseal ineffective for stopping the malware.

        The ideal anti-virus in my mind would ignore programs installed from official repos and on access scan ones installed from anywhere else. It’d also keep track of critical vulnerabilities to give you a heads up about updating your system.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      3
      ·
      edit-2
      7 hours ago

      Why are we shouting?

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

    • A_norny_mousse@feddit.org
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      8 hours 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.

      • unexpected@forum.guncadindex.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours 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.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        edit-2
        7 hours 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
        6
        ·
        edit-2
        8 hours 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
          3
          ·
          8 hours 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
            3
            ·
            edit-2
            7 hours 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.
          • frongt@lemmy.zip
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            7 hours ago

            Yes, and it’s better. Each app gets scanned before it even reaches your device. You can’t do that on a PC.

      • fruitycoder@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        3 hours ago

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

        1000x better than software signature hunting