From 76e54f993cd5d90117234cebfffb466e410753d4 Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Thu, 28 Jul 2011 12:23:32 +0000 Subject: [PATCH] Revert my last change to this file, as BETA1 is not announced yet. Pointed out by: kib Pointy hat to: me Approved by: re (kib, implicit) --- usr.sbin/jail/jail.8 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 41d0e46c257..8ed913a1eb0 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 28, 2011 +.Dd July 23, 2011 .Dt JAIL 8 .Os .Sh NAME @@ -914,8 +914,3 @@ directory that is moved out of the jail's chroot, then the process may gain access to the file space outside of the jail. It is recommended that directories always be copied, rather than moved, out of a jail. -.Pp -It is also not recommended that users allowed root in the jail be allowed -access to the host system. -For example, a root user in a jail can create a setuid root utility that -could be run in the host system to achieve elevated privileges.