Fix translateion error

Submitted by:	alex@u2.idv.tw on freebsd-doc@
Reviewed by:	delphij
Differential Revision:	https://reviews.freebsd.org/D3267
This commit is contained in:
Li-Wen Hsu 2015-08-05 14:17:16 +00:00
parent 140c0864eb
commit f671006f0c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47161

View file

@ -133,7 +133,7 @@
<para>BSD-like 作業系統自 4.2BSD 起即提供 &man.chroot.2;
&man.chroot.8; 可用來變更一組 process 的根目錄位置,
藉此建立與實體系統中相隔離的安全環境。 處於 chrooted 環境的
process 會無法不能存取世外的檔案或資源。 由於此因素,
process 會無法存取世外的檔案或資源。 由於此因素,
故即使攻擊者攻破某個處於 chroot 環境的 service也不能攻破整個系統。
&man.chroot.8; 對於那些不太需要彈性或複雜又高級的簡單應用而言相當好用。
另外,在引入 chroot 概念的過程中,曾經發現許多可脫逃 chroot 環境的方式,