diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 11:50:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 11:50:40 +0000 |
commit | 433ac546cbc28293b5e0489ac891ee4c224ac800 (patch) | |
tree | f92c297eaf858b674ec0d03aec3be3f78bc41f56 /security/Makefile | |
parent | 8a5176cb1d453be3751db8a75661f973aa6a1228 (diff) | |
download | ports-433ac546cbc28293b5e0489ac891ee4c224ac800.tar.gz ports-433ac546cbc28293b5e0489ac891ee4c224ac800.zip |
Sud is a daemon to execute interactive and non-interactive processes with
special (and customizable) privileges in a nosuid environment. It is based on a
client/server model and on the ability to pass file descriptors between
processes.
PR: ports/88354
Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be>
Notes
Notes:
svn path=/head/; revision=148020
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 b45c10ff8103..7398a69ebdb2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -524,6 +524,7 @@ SUBDIR += strobe SUBDIR += stunnel SUBDIR += subweb + SUBDIR += sud SUBDIR += sudo SUBDIR += sudoscript SUBDIR += sudosh |