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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"