aboutsummaryrefslogtreecommitdiff
path: root/security/chroot_safe
Commit message (Collapse)AuthorAgeFilesLines
* Use unsetenv(3) instead of putenv(3) to clean up environment variablesStefan Walter2006-05-211-0/+2
| | | | | | | | | | | properly. PR: 94170 Submitted by: Kenneth Vestergaard Schmidt <kvs@binarysolutions.dk> Approved by: maintainer, arved (mentor) Notes: svn path=/head/; revision=162934
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* [new port] security/chroot_safeEdwin Groothuis2005-12-203-0/+37
chroot_safe, a tool to chroot any application in a sane manner without requring binaries, shared libraries etc within the chroot or any support from the application. Works with any dynamically linked application. WWW: http://sourceforge.net/projects/chrootsafe PR: ports/90341 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Notes: svn path=/head/; revision=151676