]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze-verify: verify all executables 30548/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 14:20:01 +0000 (23:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 14:56:16 +0000 (23:56 +0900)
commitabf0ccc1c6fb81fdcb801566695600a518a28b43
tree351471996ee7c84233ac8680fa880f956191ae66
parent5183976cea57565ccfef020761fd84f7317856a5
analyze-verify: verify all executables

ExecStart= and friends for .service and .socket can be specified
multiple times.
This also checks all commands for .mount and .swap, not only for the
current control command.
src/analyze/analyze-verify-util.c
test/units/testsuite-65.sh