diff --git a/userspace/engine/falco_engine.h b/userspace/engine/falco_engine.h index c5c0fc39..36491d80 100644 --- a/userspace/engine/falco_engine.h +++ b/userspace/engine/falco_engine.h @@ -266,7 +266,7 @@ private: double m_sampling_multiplier; std::string m_lua_main_filename = "rule_loader.lua"; - static std::string m_default_ruleset; + static const std::string m_default_ruleset; uint32_t m_default_ruleset_id; std::string m_extra;