Files
falco/userspace/engine
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
..
2018-11-09 10:15:39 -08:00
2018-11-09 10:15:39 -08:00
2018-11-09 10:15:39 -08:00
2018-11-09 10:15:39 -08:00
2019-07-05 15:29:26 -07:00
2018-09-26 19:49:19 -07:00
2018-09-26 19:49:19 -07:00