←back to thread

466 points CoolCold | 1 comments | | HN request time: 0.208s | source
Show context
immibis ◴[] No.40212064[source]
This will be great. We can finally deprecate sudo on systemd systems. Then we should be able to deprecate PAM, setuid bit, etc.
replies(3): >>40212610 #>>40212652 #>>40212876 #
yjftsjthsd-h ◴[] No.40212610[source]
I can see creating a system with zero setuid files, but I don't think this reduces PAM use, does it?
replies(1): >>40212629 #
eichin ◴[] No.40212629[source]
Not setuid generically, but `sudo` itself has a bunch of pam support/dependency.
replies(1): >>40212853 #
1. yjftsjthsd-h ◴[] No.40212853[source]
I would expect sudo to also touch pam a lot, but AIUI systemd also uses pam through polkit for its ~native permission system - https://serverfault.com/questions/841306/authentication-is-r...