From owner-svn-src-stable@FreeBSD.ORG Fri Jun 28 09:55:01 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2940753B; Fri, 28 Jun 2013 09:55:01 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1BACD1EF5; Fri, 28 Jun 2013 09:55:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5S9t0tE002979; Fri, 28 Jun 2013 09:55:00 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5S9t0kc002976; Fri, 28 Jun 2013 09:55:00 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201306280955.r5S9t0kc002976@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Fri, 28 Jun 2013 09:55:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r252339 - stable/9/crypto/openssh X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 09:55:01 -0000 Author: des Date: Fri Jun 28 09:55:00 2013 New Revision: 252339 URL: http://svnweb.freebsd.org/changeset/base/252339 Log: Insta-MFH (r252338): update docs to reflect correct default privsep setting Modified: stable/9/crypto/openssh/sshd_config stable/9/crypto/openssh/sshd_config.5 Directory Properties: stable/9/crypto/openssh/ (props changed) Modified: stable/9/crypto/openssh/sshd_config ============================================================================== --- stable/9/crypto/openssh/sshd_config Fri Jun 28 09:41:59 2013 (r252338) +++ stable/9/crypto/openssh/sshd_config Fri Jun 28 09:55:00 2013 (r252339) @@ -105,7 +105,7 @@ #PrintLastLog yes #TCPKeepAlive yes #UseLogin no -#UsePrivilegeSeparation sandbox +#UsePrivilegeSeparation yes #PermitUserEnvironment no #Compression delayed #ClientAliveInterval 0 Modified: stable/9/crypto/openssh/sshd_config.5 ============================================================================== --- stable/9/crypto/openssh/sshd_config.5 Fri Jun 28 09:41:59 2013 (r252338) +++ stable/9/crypto/openssh/sshd_config.5 Fri Jun 28 09:55:00 2013 (r252339) @@ -1169,7 +1169,7 @@ the privilege of the authenticated user. The goal of privilege separation is to prevent privilege escalation by containing any corruption within the unprivileged processes. The default is -.Dq sandbox . +.Dq yes . If .Cm UsePrivilegeSeparation is set to