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

Diff for /src/usr.bin/su/su.c between version 1.72 and 1.73

version 1.72, 2018/10/21 13:18:19 version 1.73, 2019/01/28 01:38:06
Line 166 
Line 166 
                 err(1, "unveil");                  err(1, "unveil");
         if (unveil(_PATH_SHELLS, "r") == -1)          if (unveil(_PATH_SHELLS, "r") == -1)
                 err(1, "unveil");                  err(1, "unveil");
           if (unveil(_PATH_DEVDB, "r") == -1)
                   err(1, "unveil");
   
         for (;;) {          for (;;) {
                 /* get target user, default to root unless in -L mode */                  /* get target user, default to root unless in -L mode */

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73