Computes auditlog during rules load time

This commit is contained in:
Felipe Zimmerle
2020-06-03 20:57:27 -03:00
committed by Felipe Zimmerle
parent bf3a1d84ff
commit c38051324d
18 changed files with 197 additions and 92 deletions

View File

@@ -130,6 +130,8 @@ class RuleMessage {
std::string getUri() const;
bool isDisruptive() const;
bool toBeAuditLog() const;
int m_severity;
std::list<std::string> m_tags;