增加Maat_rule_sort_by_exec_seq函数,可以按执行顺序对策略排序。

This commit is contained in:
zhengchao
2020-02-04 11:00:57 +08:00
parent 02b9914210
commit 017a2a3816
7 changed files with 253 additions and 15 deletions

View File

@@ -93,6 +93,7 @@ struct Maat_compile_rule
char* service_defined;
int is_valid;
int declared_grp_num;
double exec_seq;
const struct Maat_table_desc* ref_table;
MAAT_RULE_EX_DATA* ads;
};