logoalt Hacker News

mike_hearntoday at 5:28 PM2 repliesview on HN

Sudo isn't security theater when used for what it was designed for. It's useless for constraining apps you run as your own user ID.


Replies

inigyoutoday at 6:29 PM

But very few people are using their systems in ways that fit the Unix security model, which was designed for multi-user mainframes with only trustworthy software.

lrvicktoday at 5:31 PM

I challenge anyone to name even one thing that requires sudo on a Linux desktop not better handled with systemd user units, Linux Capabilities, rootless docker, etc.

show 1 reply