commit 3be19c2e8a1580ee47fde1e8b03866a403ab5730
parent 25bdf2eb434637633dbe79e38f8d489346eb0500
Author: parazyd <parazyd@dyne.org>
Date: Tue, 2 Jul 2019 14:11:43 +0200
Fix typo in sup.1.
Thanks leot!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sup.1 b/sup.1
@@ -13,7 +13,7 @@ sup \- scale user privileges
.SH DESCRIPTION
sup is a minimal privilege escalation utility that allows normal users
to run other programs as different user and group. It is "secured" by
-hardcofing SHA256 sums of the executables into itself to decide if a
+hardcoding SHA256 sums of the executables into itself to decide if a
user is actually authorized to run the requested command.
.TP
The configuration is done in config.h at compile time.