summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-10-09 18:03:49 +0800
committerfengweihao <[email protected]>2023-10-09 18:03:49 +0800
commitd72dc3d3e4f9761848fb753803c350f367e073c9 (patch)
tree7a37d9abf7b784daeba9ffbad8eeade77169f964
parent17a9d12b4017b1a66c707903cdeb5a7e9452edd5 (diff)
feature:开启命中路径上报功能v3.0.20-20231009
-rw-r--r--platform/src/verify_matcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/src/verify_matcher.cpp b/platform/src/verify_matcher.cpp
index e33245c..21d8c3d 100644
--- a/platform/src/verify_matcher.cpp
+++ b/platform/src/verify_matcher.cpp
@@ -1874,6 +1874,7 @@ static struct maat *create_maat_feather(const char * instance_name, const char *
maat_options_set_foreign_cont_dir(opts, "./verify_policy_files");
maat_options_set_rule_effect_interval_ms(opts, effect_interval);
maat_options_set_caller_thread_number(opts, max_thread);
+ maat_options_set_hit_path_enabled(opts);
if(maat_perf_on)
{