• Ooops@feddit.org
      link
      fedilink
      arrow-up
      7
      ·
      1 day ago

      People not even checking the PKGBUILDs will also not check sandboxed applications to see if it was actually done properly…

    • 9tr6gyp3@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 day ago

      AUR packages can be sandboxed with many different solutions. Any pckage can be sandboxed really.

      • Default Username@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        9
        ·
        edit-2
        1 day ago

        This attack was executed by a script running in the PKGBUILD itself. You didn’t have to run the application to be infected since just building it will infect your machine.

        • patlefort@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          22 hours ago

          It also had an install script that will be run as root when the package is installed. Can’t sandbox that.

          • Default Username@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 day ago

            Sandboxing the build process would be a process. Nix already does it, for example. Many AUR packages don’t include a full list of dependencies.