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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.210 and 1.211

version 1.210, 2015/12/11 02:29:03 version 1.211, 2015/12/11 17:41:37
Line 1384 
Line 1384 
         signal(SIGTERM, cleanup_handler);          signal(SIGTERM, cleanup_handler);
         nalloc = 0;          nalloc = 0;
   
         if (pledge("stdio cpath unix exec proc", NULL) != 0)          if (pledge("stdio cpath unix id proc exec", NULL) == -1)
                 fatal("%s: pledge: %s", __progname, strerror(errno));                  fatal("%s: pledge: %s", __progname, strerror(errno));
   
         while (1) {          while (1) {

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211