Changeset 4c07461 in code
- Timestamp:
- Aug 24, 2017, 5:45:05 PM (8 years ago)
- Branches:
- master
- Children:
- 094a76c
- Parents:
- c6e00b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icbd.c
rc6e00b9 r4c07461 34 34 #include <syslog.h> 35 35 #include <pwd.h> 36 #include <login_cap.h>37 36 #include <locale.h> 38 37 #include <ctype.h> … … 473 472 } 474 473 475 if (setusercontext(NULL, pw, pw->pw_uid,476 LOGIN_SETALL & ~LOGIN_SETUSER) < 0)477 exit(EX_NOPERM);478 479 474 if (stat(pw->pw_dir, &sb) == -1) { 480 475 syslog(LOG_ERR, "%s: %m", pw->pw_name);
Note:
See TracChangeset
for help on using the changeset viewer.