aboutsummaryrefslogtreecommitdiff
path: root/security/chrootuid/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Use DOCSDIR macro.Don Lewis2004-03-181-3/+3
| | | | | | | | | Install documents in DOCSDIR with INSTALL_DATA instead of INSTALL_MAN. Simplify executable and man page installation. Notes: svn path=/head/; revision=104358
* Upgrade to version 1.3.Don Lewis2002-06-231-0/+1
| | | | Notes: svn path=/head/; revision=61844
* The chrootuid command combines chroot(8) and su(1) into one program,Don Lewis1999-12-091-0/+3
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). Notes: svn path=/head/; revision=23667