summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorabs <abs>2002-08-27 09:00:52 +0000
committerabs <abs>2002-08-27 09:00:52 +0000
commit7fceb030110f2f6e8b2c452e700113d724bc243c (patch)
treef40c72c3a760479239bb4e9b7d71fd31df2f02ee /security
parentc7d0fa4e09dc5aec7f0ad2a61a791fdeab37fa82 (diff)
downloadpkgsrc-7fceb030110f2f6e8b2c452e700113d724bc243c.tar.gz
Added msudir-0.09
msudir allows enabled users to easily manage 'setuid' scripts and binaries. A directory containing scripts or other executables is created inside the basedir for each destination user. Any user is then able to invoke the script 'bar' in the directory 'fu' via 'msudir fu/bar'. The script will be run under the uid and primary gid of the destination user. Some effort is taken to sanitise the arguments and environment, but msudir should not be used without an understanding of the security implication.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index ce0345e1e2e..91a9a7679fa 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2002/08/23 11:49:35 martti Exp $
+# $NetBSD: Makefile,v 1.117 2002/08/27 09:00:52 abs Exp $
#
COMMENT= Security tools
@@ -43,6 +43,7 @@ SUBDIR+= mcrypt
SUBDIR+= mhash
SUBDIR+= mirrordir
SUBDIR+= msu
+SUBDIR+= msudir
SUBDIR+= nessus
SUBDIR+= nessus-core
SUBDIR+= nessus-libraries