From: Luca Boccassi Date: Wed, 8 Sep 2021 14:15:00 +0000 (+0100) Subject: analyze: ignore dependencies with security --offline X-Git-Tag: v250-rc1~710 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=3f1487f5a0f84214175c870600a56021584301be;p=systemd%2F.git analyze: ignore dependencies with security --offline We don't care about validating dependencies here, the security verb is only checking the unit(s) under test. --- diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index b880642bb9..c674961001 100644 --- a/src/analyze/analyze-security.c +++ b/src/analyze/analyze-security.c @@ -2647,6 +2647,7 @@ static int offline_security_checks(char **filenames, const ManagerTestRunFlags flags = MANAGER_TEST_RUN_MINIMAL | MANAGER_TEST_RUN_ENV_GENERATORS | + MANAGER_TEST_RUN_IGNORE_DEPENDENCIES | run_generators * MANAGER_TEST_RUN_GENERATORS; _cleanup_(manager_freep) Manager *m = NULL;