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

Diff for /src/usr.bin/doas/doas.c between version 1.48 and 1.49

version 1.48, 2015/12/08 14:45:36 version 1.49, 2016/01/24 13:19:21
Line 434 
Line 434 
                             "failed auth for %s", myname);                              "failed auth for %s", myname);
                         errc(1, EPERM, NULL);                          errc(1, EPERM, NULL);
                 }                  }
                   explicit_bzero(rbuf, sizeof(rbuf));
         }          }
   
         if (pledge("stdio rpath getpw exec id", NULL) == -1)          if (pledge("stdio rpath getpw exec id", NULL) == -1)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49