Slendi 61a67856ed
Add a way to make it so that you don't need to input a password.
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>
2023-05-25 23:38:49 +03:00
2021-09-08 01:07:21 +03:00
2021-05-03 00:32:14 +03:00
2021-05-03 00:32:14 +03:00
2023-05-10 16:42:09 +03:00

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
No description provided
Readme 58 KiB
Languages
C 92.7%
Makefile 7.3%