mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 08:04:49 +00:00
Add a default ruleset version of evttypes_for_ruleset
This allows for working with the default ruleset like other methods. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
@@ -274,6 +274,11 @@ void falco_engine::evttypes_for_ruleset(std::string &source, std::set<uint16_t>
|
||||
|
||||
}
|
||||
|
||||
void falco_engine::evttypes_for_ruleset(std::string &source, std::set<uint16_t> &evttypes)
|
||||
{
|
||||
evttypes_for_ruleset(source, evttypes, m_default_ruleset);
|
||||
}
|
||||
|
||||
std::shared_ptr<gen_event_formatter> falco_engine::create_formatter(const std::string &source,
|
||||
const std::string &output)
|
||||
{
|
||||
|
Reference in New Issue
Block a user