Post #998802
2025-11-17 12:46 UTC
Replies (6)
-
@daandemeyer@mastodon.social 2025-11-17 12:47
I got inspired to implement this when I was playing around with bpftrace and systing and got annoyed that the files written by these tools were owned by root instead of my own user. Now I can run "run0 --empower bpftrace" and be sure that any written files are owned by own user instead of root.
-
@raito@nixos.paris 2025-11-17 12:49
@daandemeyer very niceeeeeeeeeeeeee
-
@toadjaune@hostux.social 2025-11-17 13:47
@daandemeyer @pid_eins that sounds like it has such a huge potential !
-
@r0b0@mas.to 2025-11-17 14:32
@daandemeyer @pid_eins that's a missed opportunity to call the switch "--elevate"
-
@nik@toot.teckids.org 2025-11-18 13:27
@daandemeyer @pid_eins Ouch. I can smell the security issues caused by people misusing that from here. That's a massive footgun.
-
@erindesu@tech.lgbt 2025-11-21 08:47
@daandemeyer @pid_eins neat! So first run0 goes after setuid and the next thing is cancelling the root account (yes please).