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

Diff for /src/usr.bin/kdump/kdump.c between version 1.133 and 1.134

version 1.133, 2017/11/28 15:35:02 version 1.134, 2018/08/11 11:01:37
Line 208 
Line 208 
         if (argc > optind)          if (argc > optind)
                 usage();                  usage();
   
           if (unveil(tracefile, "r") == -1)
                   err(1, "unveil");
         if (pledge("stdio rpath getpw", NULL) == -1)          if (pledge("stdio rpath getpw", NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134