Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d554223
in code for
icbd.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 2, 2014, 1:50:57 AM (
11 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
1d2125a
Parents:
2e37e9f
git-author:
Mike Belopuhov <mike@…> (03/02/14 01:47:36)
git-committer:
Mike Belopuhov <mike@…> (03/02/14 01:50:57)
Message:
setusercontext(3) does it's own syslogging
File:
1 edited
icbd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icbd.c
r2e37e9f
rd554223
396
396
397
397
if (setusercontext(NULL, pw, pw->pw_uid,
398
LOGIN_SETALL & ~LOGIN_SETUSER) < 0) {
399
syslog(LOG_ERR, "%s: %m", pw->pw_name);
398
LOGIN_SETALL & ~LOGIN_SETUSER) < 0)
400
399
exit(EX_NOPERM);
401
}
402
400
403
401
if (stat(pw->pw_dir, &sb) == -1) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive