Post B4xnf4QVlVN1HpAgr2 by SRAZKVT@tech.lgbt
(DIR) More posts by SRAZKVT@tech.lgbt
(DIR) Post #B4xlWgmLbTmrieGEKm by navi@social.vlhl.dev
2 likes, 1 repeats
TIL sudo has a plugin systemand one of the plugins it has, is a python wrapperso not only does the auth-bearing setuid binary load dynamic code, it may end up executing python while at it
(DIR) Post #B4xlenBBgpw7t3k9kO by lanodan@queer.hacktivis.me
0 likes, 0 repeats
@navi makes me wonder if sudo-rs does that too (not that I'd use it, like how doas for me is just for specific commands)
(DIR) Post #B4xn5h8yL3IYwN6DYG by newt@stereophonic.space
0 likes, 0 repeats
@navi wait until you learn about run0 which interfaces with polkit that runs js
(DIR) Post #B4xnf4QVlVN1HpAgr2 by SRAZKVT@tech.lgbt
1 likes, 0 repeats
@lanodan @navi my guess is if it doesn't then it's on the roadmap
(DIR) Post #B4xsXWLEatG9JivG3k by miss_rodent@girlcock.club
1 likes, 0 repeats
@lanodan @navi Doesn't seem to be in sudo-rs, but, none of the plugin functionality is - sudo-rs is (intntionally, I think) much less flexibile than traditional sudo. Like - in non-rs sudo, the 'sudoers' file & related are themselves a 'policy plugin'. where sudo-rs seems to have gone with hard-coding it. sudo-rs has mentions in their readme that they don't intend to implement all of sudo's features, so, this seems to be ommitted by choice, since it's not heavily utilized on modern systems.