In /etc/sus, if you suffix the group ID with a "n", then it will not ask for any password for users in that group. Signed-off-by: Slendi <slendi@socopon.com>
sus
A lightweight sudo and doas alternative.
Compiling
$ make
Installing
# make install
Usage
Run as root:
$ sus command here
Run as some other user:
$ sus - username command
Run in home directory:
$ sus -- command
$ sus - username -- command
Description
Languages
C
92.7%
Makefile
7.3%