From d72dc3d3e4f9761848fb753803c350f367e073c9 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Mon, 9 Oct 2023 18:03:49 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E5=BC=80=E5=90=AF=E5=91=BD?= =?UTF-8?q?=E4=B8=AD=E8=B7=AF=E5=BE=84=E4=B8=8A=E6=8A=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/verify_matcher.cpp | 1 + 1 file changed, 1 insertion(+) 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) {