Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Enable PKG_DESTDIR_SUPPORT=destdir
Move source to code.google
|
|
- call fchown on tty
- Rename log() to log_msu() to avoid compiler warning
- switch dist to .tbz from .tgz
|
|
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'.
|
|
- Do not revoke existing group membership.
|
|
Only strip the problem LD_* type environment variables.
|
|
Revoke all additional groups
Sanitise LD_* and friends from the environment.
syslog() less, err() more.
|
|
Honour SYSCONFDIR for config file
|
|
msu (or mini/mono su) is a simple way to provide passwordless access to
accounts specified in a config file. Useful for shared accounts and suchlike.
Its more a convenient way to _reduce_ security, than increase it, but as its
related to account authorisation it goes into security...
|