this post was submitted on 04 Dec 2025
46 points (96.0% liked)

Rust

7913 readers
11 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Dumhuvud@programming.dev 13 points 4 months ago (2 children)

If you use Linux, this is a good reminder to spend a bit of time learning AppArmor / SELinux. rustc / cargo and processes spawned by them shouldn't have access to your entire $HOME.

[–] vas@lemmy.ml 2 points 4 months ago

Or bubblewrap. Though that requires more effort than "a bit of time" to do comprehensive isilation..

[–] soc@programming.dev 1 points 4 months ago

Sadly, the developers of these apps can't even be bothered to not dump random folders into $HOME. 🤷