diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /www/mod_chroot | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) |
Notes
Diffstat (limited to 'www/mod_chroot')
-rw-r--r-- | www/mod_chroot/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_chroot/pkg-descr b/www/mod_chroot/pkg-descr index 10e25981df46..68d053ad99b4 100644 --- a/www/mod_chroot/pkg-descr +++ b/www/mod_chroot/pkg-descr @@ -1,8 +1,8 @@ mod_chroot makes running Apache in a secure chroot environment easy. -You don't need to create a special directory hierarchy containing +You don't need to create a special directory hierarchy containing /dev, /lib, /etc... mod_chroot allows you to run Apache in a chroot jail with no additional files. -The chroot() system call is performed at the end of startup procedure - when +The chroot() system call is performed at the end of startup procedure - when all libraries are loaded and log files open. WWW: http://core.segfault.pl/~hobbit/mod_chroot/ |