Cope with oddities around umask and permission bits
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 21:23:43 +0000 (14:23 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 21:23:43 +0000 (14:23 -0700)
commit874fa2815a95293585be6a216c3734719be04007
tree865ddcdf51fd2337da923ba80744ff173f8f7996
parent56a229af459728e786621595f4c4b212121fa98a
Cope with oddities around umask and permission bits

For some reason the mask passed to mkdir() isn't (always?) honored, but the
directory starts with safe enough perm's and I can subsequently add the
ones I'd just asked for and not been given.

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
src/corewatcher.c