]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd-system.conf.xml
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)
commit00aba43fe690d916b6279e2915802d964d56cf52
treef5897e19da4afc6f1728269b59aaa8caf7b1455a
parent080ecabfd78df6e97530c6d9aaa2e0e78746dd29
parentb27e5e2aca6dcc97826399993fc5423d84585283
Merge pull request #26698 from ldv-alt/udevadm-verify

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