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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.299 and 1.300

version 1.299, 2017/05/31 09:15:42 version 1.300, 2017/06/23 07:24:48
Line 1246 
Line 1246 
   
         } else {          } else {
                 debug("pledge: network");                  debug("pledge: network");
                 if (pledge("stdio unix inet dns tty", NULL) == -1)                  if (pledge("stdio unix inet dns proc tty", NULL) == -1)
                         fatal("%s pledge(): %s", __func__, strerror(errno));                          fatal("%s pledge(): %s", __func__, strerror(errno));
         }          }
   

Legend:
Removed from v.1.299  
changed lines
  Added in v.1.300