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

Privacy

41882 readers
1098 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.

top 6 comments
sorted by: hot top controversial new old
[–] davel@lemmy.ml 5 points 3 weeks ago (1 children)

No idea. But you may be able to restrict its file access at the OS level just to be safe, or run it in container(s), which it appears to support: https://github.com/BOINC/boinc/wiki/Docker-apps

[–] veniasilente@lemmy.dbzer0.com 6 points 3 weeks 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 3 weeks ago

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

[–] icelimit@lemmy.ml 5 points 3 weeks ago* (last edited 3 weeks ago)

Oh man this takes me back. ran seti@home for the better part of a decade.

[–] Cat_Daddy@hexbear.net 2 points 3 weeks ago

In the past, no, there have been remote exploits done through BOINC. But I haven't been an active participant in over a decade, so I don't know what their security is like now.

[–] stupid_asshole69@hexbear.net -1 points 3 weeks ago

No. Don’t do this.