]> git.ipfire.org Git - thirdparty/systemd.git/commit
udevadm-verify: chase specified paths
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 9 Jan 2025 01:27:11 +0000 (10:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Jan 2025 13:23:45 +0000 (22:23 +0900)
commit7cb4508c5af465ab1be1b103e6c2b613eb58e63c
tree2fd504cb9e36ceeac8e8e5d7d89ab7bb958ed600
parent8e0f023548fae141acc6e3fb2a2ae4de4a284960
udevadm-verify: chase specified paths

Also, when a filename is specified, also search udev rules file in
udev/rules.d directories.

This also refuses non-existing files, and file neither nor a regular
nor a directory, e.g. /dev/null.
man/udevadm.xml
src/udev/udevadm-util.c
src/udev/udevadm-util.h
src/udev/udevadm-verify.c
test/units/TEST-17-UDEV.11.sh