[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.372 and 1.373

version 1.372, 2021/12/19 22:08:48 version 1.373, 2022/01/01 01:55:30
Line 1223 
Line 1223 
                         fatal_f("pledge(): %s", strerror(errno));                          fatal_f("pledge(): %s", strerror(errno));
   
         } else if (options.update_hostkeys) {          } else if (options.update_hostkeys) {
                 debug("pledge: fileystem");                  debug("pledge: filesystem");
                 if (pledge("stdio rpath wpath cpath unix inet dns proc tty",                  if (pledge("stdio rpath wpath cpath unix inet dns proc tty",
                     NULL) == -1)                      NULL) == -1)
                         fatal_f("pledge(): %s", strerror(errno));                          fatal_f("pledge(): %s", strerror(errno));

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.373