aboutsummaryrefslogtreecommitdiffstats
path: root/security/chrootuid
Commit message (Collapse)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+1
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* truckman@ has had his port bit taken for safekeeping, therefore, returnlinimon2007-03-041-1/+1
| | | | | | this port to the pool. Hat: portmgr
* Add SHA256.truckman2006-01-041-0/+1
|
* Use DOCSDIR macro.truckman2004-03-182-9/+8
| | | | | | Install documents in DOCSDIR with INSTALL_DATA instead of INSTALL_MAN. Simplify executable and man page installation.
* SIZEify.truckman2004-03-181-0/+1
| | | | Submitted by: trevor
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Upgrade to version 1.3.truckman2002-06-247-152/+11
|
* Fix broken link to coast.cs -> ftp.cerias.will2000-12-091-1/+1
| | | | Submitted by: Brian Poole <rajak@cerias.purdue.edu> (ftp.cerias admin)
* Initialize supplementary groups.truckman2000-06-212-0/+148
| | | | | | | Ensure that a LOG_NOTICE syslog is always generated when the program is invoked generated when the program is invoked an obvious error. Submitted by: Phil Pennock <phil@globnix.org>
* Forgot to remove some variablescpiazza2000-04-101-2/+0
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-1/+3
|
* Respect CFLAGSkris2000-01-231-0/+11
|
* The chrootuid command combines chroot(8) and su(1) into one program,truckman1999-12-096-0/+59
so that there is no need to have commands such as /usr/bin/su in the restricted environment. Access to the file system is restricted to the newroot subtree and privileges are restricted to those of the newuser account (which must be a known account in the unrestricted environment).