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

Diff for /src/usr.bin/rsync/server.c between version 1.12 and 1.13

version 1.12, 2019/05/08 21:30:11 version 1.13, 2021/05/17 11:59:09
Line 57 
Line 57 
   
         if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil",          if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil",
             NULL) == -1)              NULL) == -1)
                 err(1, "pledge");                  err(ERR_IPC, "pledge");
   
         memset(&sess, 0, sizeof(struct sess));          memset(&sess, 0, sizeof(struct sess));
         sess.opts = opts;          sess.opts = opts;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13