diff --git a/en_US.ISO8859-1/books/handbook/jails/chapter.xml b/en_US.ISO8859-1/books/handbook/jails/chapter.xml index 77cfcd443d..0ad1393436 100644 --- a/en_US.ISO8859-1/books/handbook/jails/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/jails/chapter.xml @@ -31,7 +31,7 @@ performance, reliability, and security. Jails build upon the &man.chroot.2; concept, which is used - to change the root directory of a set of processes, creating a + to change the root directory of a set of processes. This creates a safe environment, separate from the rest of the system. Processes created in the chrooted environment can not access files or resources outside of it. For that reason, compromising @@ -39,7 +39,7 @@ attacker to compromise the entire system. However, a chroot has several limitations. It is suited to easy tasks which do not require much flexibility or complex, advanced features. Over - time many ways have been found to escape from a chrooted + time, many ways have been found to escape from a chrooted environment, making it a less than ideal solution for securing services.