diff options
Diffstat (limited to 'security/openssh-portable/files/patch-servconf.c')
-rw-r--r-- | security/openssh-portable/files/patch-servconf.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/openssh-portable/files/patch-servconf.c b/security/openssh-portable/files/patch-servconf.c index ef38b99..57d364a 100644 --- a/security/openssh-portable/files/patch-servconf.c +++ b/security/openssh-portable/files/patch-servconf.c @@ -38,12 +38,3 @@ if (options->kbd_interactive_authentication == -1) options->kbd_interactive_authentication = 0; if (options->challenge_response_authentication == -1) -@@ -412,7 +417,7 @@ fill_default_server_options(ServerOption - - /* Turn privilege separation on by default */ - if (use_privsep == -1) -- use_privsep = PRIVSEP_NOSANDBOX; -+ use_privsep = PRIVSEP_ON; - - #define CLEAR_ON_NONE(v) \ - do { \ |