#147 closed defect (fixed)
Standalone trustfile doesn't work on group-writeable files
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.5.3 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
As discovered by David, the standalone trustfile executable doesn't correctly work on group-writeable files, because HAVE_GETPWENT isn't defined. Need to include the #define (should be safe since it's in POSIX).
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [220].