|
|
|
|
|
by rob-olmos
1317 days ago
|
|
Yea I sometimes have to refresh my memory on sudoers or just search for what I want to accomplish, hoping that someone has already handled the potential security gotchas (eg, exact fullpath command should always be specified). I agree, in some typical cases I only need to specify "<user> can become root" or "<user> can become <user of group>", kinda like doas already does I think. I'll probably try out doas when the next such special need arises, then resort to sudo if doas is insufficient for some reason. |
|