svn commit: r48220 - head/en_US.ISO8859-1/books/handbook/jails
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wblock Date: Sat Feb 20 04:38:05 2016 New Revision: 48220 URL: https://svnweb.freebsd.org/changeset/doc/48220 Log: Fixes for grammar and punctuation. PR: 207344 Submitted by: [email protected] Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Sat Feb 20 04:17:02 2016 (r48219) +++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Sat Feb 20 04:38:05 2016 (r48220) @@ -31,7 +31,7 @@ performance, reliability, and security.</para> <para>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.</para> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"