diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 20:47:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 20:47:45 +0000 |
commit | 459b8d16e6677705b10cda8abbd664e03de3a00c (patch) | |
tree | 28bf58514fd27af0aa8f2d27b7ebf0bfd316ed0e /security/Makefile | |
parent | 1abc97d3d906267fd9a7141cc46f909d38aa1800 (diff) | |
download | ports-459b8d16e6677705b10cda8abbd664e03de3a00c.tar.gz ports-459b8d16e6677705b10cda8abbd664e03de3a00c.zip |
[new port] security/chroot_safe
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
Notes:
svn path=/head/; revision=151676
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c39b4c59b629..56a566da158c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -49,6 +49,7 @@ SUBDIR += checkpassword SUBDIR += checkpassword-pam SUBDIR += chkrootkit + SUBDIR += chroot_safe SUBDIR += chrootuid SUBDIR += cksfv SUBDIR += clamassassin |