aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-06-28 09:41:59 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-06-28 09:41:59 +0000
commitaa0dd44b1439862acd3eeeec128105fbd25e7478 (patch)
tree76f872a2d333306046a8fc761c9d03058e3e266b /crypto
parentaf582854d81e082c05c3d71a390953deadca8ddd (diff)
downloadsrc-aa0dd44b1439862acd3eeeec128105fbd25e7478.tar.gz
src-aa0dd44b1439862acd3eeeec128105fbd25e7478.zip
r251088 reverted the default value for UsePrivilegeSeparation from
"sandbox" to "yes", but did not update the documentation to match.
Notes
Notes: svn path=/head/; revision=252338
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/sshd_config2
-rw-r--r--crypto/openssh/sshd_config.52
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index cfd2bda1094a..6e3063765db2 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -105,7 +105,7 @@
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
-#UsePrivilegeSeparation sandbox
+#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 3f34bedc9a1d..5e3e289923c6 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -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