chore: remove some more unnecessary, legacy references to falco in sysdig

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Loris Degioanni
2019-11-01 14:17:46 -07:00
committed by Lorenzo Fontana
parent cf8395c7ed
commit 3b45e58217
3 changed files with 9 additions and 10 deletions

View File

@@ -296,7 +296,7 @@ void falco_rules::load_rules(const string &rules_content,
for(uint32_t j = 0; j < PPM_EVENT_MAX; j++)
{
if(etable[j].flags & EF_DROP_FALCO)
if(etable[j].flags & EF_DROP_SIMPLE_CONS)
{
lua_pushstring(m_ls, etable[j].name);
lua_pushnumber(m_ls, 1);
@@ -310,7 +310,7 @@ void falco_rules::load_rules(const string &rules_content,
for(uint32_t j = 0; j < PPM_SC_MAX; j++)
{
if(stable[j].flags & EF_DROP_FALCO)
if(stable[j].flags & EF_DROP_SIMPLE_CONS)
{
lua_pushstring(m_ls, stable[j].name);
lua_pushnumber(m_ls, 1);