Always chmod our directories.
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Fri, 28 Sep 2012 00:25:39 +0000 (17:25 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Fri, 28 Sep 2012 00:25:39 +0000 (17:25 -0700)
commit40ac7b1dd6474373ceb742a5b754f6e95ec69151
tree625e4fb44b204d19efe62f106a625927a7b142e3
parent7add2a6343ba53ca859a521037d59df98725a652
Always chmod our directories.

I observed the the modes of corewatcher's directories had changed on one
of my systems.  I don't know what would have caused that, but it led to
cores not being recorded in the filesystem.  To be robust we create the
directories if for some reason they do not exist at start up.  Similarly,
try to always insure they have the correct permissions at start up.

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