Is there any way hijacked tasks can read your other files? I assume BOINC uses some kind of sandbox but how secure is it? All my stuff run Linux if that makes a difference.

    • Venia Silente@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      6
      ·
      17 days ago

      Even better if it can be run on Podman, since you won’t need a potential root access and hook to set up the containers in the first place, and UID mapping on podman rootless will pretty much guarantee that the user IDs the process gets are not mapped to any real user in your system.

      • davel@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        17 days ago

        Yes, I use Podman for personal projects for that reason (and for FOSS reasons).