Find an entry in the policy table

Find the policy details entry based on the error message
and a modifier string.

Not all details entries have a modifier, and if it is empty
it will match on anything.

Change-Id: I86c2901cc8e2172959d8e8c674f0082b7c8f91d9
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: a956d0957fc43e6f235c1c16a1358fc2d5e14966
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. dbus.cpp
  5. dbus.hpp
  6. interfaces.hpp
  7. LICENSE
  8. main.cpp
  9. Makefile.am
  10. manager.cpp
  11. manager.hpp
  12. policy_table.cpp
  13. policy_table.hpp
  14. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.