Age | Commit message (Collapse) | Author | Files | Lines |
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|
|
net/mrstat: 1.19
security/msu: 1.06
security/msudir: 0.13
Do not unconditionally set CFLAGS'.
|
|
|
|
Fix compilation error on Linux
|
|
Allow fromgroup and rootdir to be unset in the config file.
|
|
Allow options to be targetted to specific directories by using [dirname]
tags in the config file. Requested by <norm at sandbox.org.uk>.
|
|
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.
|