Change from /tmp to /var/lib/corewatcher
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 20:53:14 +0000 (13:53 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 20:53:14 +0000 (13:53 -0700)
commit00a96b4ad9552181ee7a2122f74d2d87b24619ee
tree8c3ae47e55c4357d087a3a5f51896542890a23b1
parent1cab67cbd0b65834932a5578dfd65a6c478ae082
Change from /tmp to /var/lib/corewatcher

We want dumps to be persistent across reboots, so tmpfs isn't the best
place for them.  Plus /tmp is a wild west of writability.  We'll allow full
writing of /var/lib/corewatcher, but not /var/lib/corewatcher/processed.
Still need a tmp watcher on this area to prune files.

Also this directory is an editorial choice by the distro maker, not a user
configurable option...remove user configurability.

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