←back to thread

466 points CoolCold | 3 comments | | HN request time: 0.61s | source
Show context
cesaref ◴[] No.40214754[source]
Let's assume for a moment that it is lower risk than sudo (which is the problem is it addressing), why isn't it also called 'sudo', designed to behave the same as the thing it is replacing, so that anyone (and any scripts) that currently use sudo can carry on and be oblivious to the security benefits this new implementation offers?

I'd instead like to see a post saying something like 'on systemd based systems, a more secure implementation of sudo is provided', and all the clever whatever it is happens behind the scenes, and frankly i'll never need to know about it.

replies(4): >>40214805 #>>40215032 #>>40216182 #>>40217446 #
1. SkyMarshal ◴[] No.40217446[source]
alias sudo="run0"

If run0 supports the same flags and parameters they'll be interchangeable with just an alias.

replies(1): >>40220809 #
2. cesaref ◴[] No.40220809[source]
I thought this was a security fix? Let's say I find a problem in ssh, I don't update it, call it 'newssh' and tell people to use an alias to point ssh to newssh do i? I just fix the app.
replies(1): >>40279092 #
3. SkyMarshal ◴[] No.40279092[source]
It's a non-trivial security fix with an entirely new architecture.