Files
falco/userspace/engine/rules.cpp
Mark Stemm e01d3d68a3 Change enable_rule() to use substr match vs regex
Change falco_engine::enable_rule to use substring matches instead of
regex pattern matches. Only substrings were actually used in practice
outside of tests and regex matches weren't even working, due to
regex_match() not working properly with the default compiler we
use. This is noted on the c++11 compatibility notes for gcc 4.8.2:
https://gcc.gnu.org/onlinedocs/gcc-4.8.2/libstdc++/manual/manual/status.html#status.iso.2011.
2019-07-29 10:44:00 -07:00

12 KiB