[BACK]Return to servconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.c between version 1.284 and 1.285

version 1.284, 2016/01/29 02:54:45 version 1.285, 2016/02/17 05:29:04
Line 339 
Line 339 
   
         assemble_algorithms(options);          assemble_algorithms(options);
   
         /* Turn privilege separation on by default */          /* Turn privilege separation and sandboxing on by default */
         if (use_privsep == -1)          if (use_privsep == -1)
                 use_privsep = PRIVSEP_NOSANDBOX;                  use_privsep = PRIVSEP_ON;
   
 #define CLEAR_ON_NONE(v) \  #define CLEAR_ON_NONE(v) \
         do { \          do { \

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285