this post was submitted on 29 Aug 2025
27 points (96.6% liked)

Privacy

42218 readers
738 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] veniasilente@lemmy.dbzer0.com 6 points 1 month ago (1 children)

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 2 points 1 month ago

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