From 2f0b141d540e7e8422267f576b648c8b43cfb852 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 24 May 2005 21:52:50 +0000 Subject: This is a port of tinysu, a featureless replacement for su and sudo. tinysu is installed setuid root and executable by members of a particular group. It is intended to be used in situations where an unprivileged user is being granted full root access, but wants the convenience of a sudo-style log. PR: ports/80752 Submitted by: Zak Johnson --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 659ad5fa8180..09a3c4e79950 100644 --- a/security/Makefile +++ b/security/Makefile @@ -495,6 +495,7 @@ SUBDIR += termlog SUBDIR += tinc SUBDIR += tinyca + SUBDIR += tinysu SUBDIR += tor SUBDIR += trinokiller SUBDIR += tripwire -- cgit