diff options
author | pav <pav@FreeBSD.org> | 2005-05-25 05:52:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-25 05:52:50 +0800 |
commit | 2f0b141d540e7e8422267f576b648c8b43cfb852 (patch) | |
tree | e4213de405eadf9c0cc7a6134566b2d32f27c564 /security/Makefile | |
parent | 2b39551932876838cca6a59335799ad0c5e5d868 (diff) | |
download | freebsd-ports-gnome-2f0b141d540e7e8422267f576b648c8b43cfb852.tar.gz freebsd-ports-gnome-2f0b141d540e7e8422267f576b648c8b43cfb852.tar.zst freebsd-ports-gnome-2f0b141d540e7e8422267f576b648c8b43cfb852.zip |
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 <zakj@nox.cx>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |