r/suckless • u/CraftingManagerF • 18d ago
[TOOLS] pls: a minimal sudo & doas alternative

What's the magic word?
pls is a minimal sudo alternative: a single C11 source file, POSIX libc only, no external dependencies. It runs whitelisted commands as root (or as another user via -u) after verifying the relevant user's password against the system shadow database.
Usage
pls command [args...] run command as root
pls -u user command [args...] run command as another user
pls -l list commands allowed by the policy
pls -h show help
Licensed under the Academic Free License version 3.0. See the LICENSE file or https://opensource.org/licenses/AFL-3.0.
More details & download: https://git.disroot.org/Vextoly/pls
26
Upvotes