this post was submitted on 04 Dec 2025
1 points (100.0% liked)

Rust

8195 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Dumhuvud@programming.dev 0 points 8 months ago (1 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 0 points 8 months ago

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