]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #26698 from ldv-alt/udevadm-verify
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 9 Mar 2023 04:05:57 +0000 (13:05 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 04:05:57 +0000 (13:05 +0900)
Implement a udev rules syntax checker in the form of
`udevadm verify [OPTIONS] FILE...` command that is based on
`udev_rules_parse_file` interface and would apply further checks
on top of it in the future.

Resolves: #26606


Trivial merge