commit 04c4ce9067d5428c6e71aa5788417054bce8bf4e parent 3be19c2e8a1580ee47fde1e8b03866a403ab5730 Author: parazyd <parazyd@dyne.org> Date: Wed, 3 Jul 2019 12:26:55 +0200 Add README. Diffstat:
A | README | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,16 @@ +sup - scale user privileges +=========================== +sup is a small tool for privilege escalation that allows normal users +to run other programs as a different user and group. + + +Configuration +------------- +Use the config.h file to apply authorizations that you want to allow in +sup. After editing, make sure to recompile and reinstall. + + +Installation +------------ +Edit config.mk to match your local setup and execute `make install` as +root. By default, sup will be installed into the /usr/local namespace.