完成Maat_hierarchy规则加载重构的代码编写,未编译。

This commit is contained in:
zhengchao
2020-06-11 18:03:32 +08:00
parent c083777f3b
commit 7e1cb56d4f
21 changed files with 4300 additions and 13974 deletions

View File

@@ -36,7 +36,7 @@ struct ip_runtime
long long ipv6_rule_cnt;
};
struct group_runtime
struct group2compile_runtime
{
long long not_flag_group;
};
@@ -51,7 +51,7 @@ struct Maat_table_runtime
struct ip_plugin_runtime ip_plugin;
struct expr_runtime expr;
struct ip_runtime ip;
struct group_runtime group;
struct group2compile_runtime group2compile;
void * other;
};
mcore_long_t scan_cnt;