Introduce list of processes excluded from dumping 48/225548/4
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 20 Feb 2020 15:45:07 +0000 (16:45 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 21 Feb 2020 14:28:49 +0000 (15:28 +0100)
commite7082a1224918986b9b0241f82e68615b15d3c06
tree751039f466f1eb15d1485b263861448120deb7da
parent56f79e0829dd2532b01203f61bed4c3fa754e4d8
Introduce list of processes excluded from dumping

This commits adds ability to specify list of executables
to be excluded from dumping via special new ExcludePaths
section, eg.

   /etc/crash-manager.conf.d/local.conf:
   [ExcludePaths]
   NameNotImportant=/usr/bin/daemon-with-sensitive-information

Change-Id: Ia1c7f6570a8fc243458c48cc8f5284ab461be256
packaging/crash-worker_system-tests.spec
src/crash-manager/70-crash-manager.conf.in
src/crash-manager/crash-manager.c
src/crash-manager/crash-manager.conf
src/crash-manager/crash-manager.h
src/crash-manager/main.c
src/shared/config.c
src/shared/config.h
tests/system/CMakeLists.txt
tests/system/exclude_paths/exclude_paths.sh.template [new file with mode: 0644]