]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-rules: support case insensitive match 34425/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 Sep 2024 04:49:32 +0000 (13:49 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 Sep 2024 14:09:26 +0000 (23:09 +0900)
commit5f5c5c48b9edd3f2aa634d0d8e40ff77e116879e
tree726c2a179ea1dcbfa296be9348d7becceb9dd35d
parent68fdef46a7702cb50b550474115386c5ad58049d
udev-rules: support case insensitive match

This introduces 'i' prefix for match string. When specified, string or
pattern will match case-insensitively.

Closes #34359.

Co-authored-by: Ryan Wilson <ryantimwilson@meta.com>
man/udev.xml
src/udev/fuzz-udev-rule-parse-value.c
src/udev/test-udev-rules.c
src/udev/udev-rules.c
src/udev/udev-rules.h
test/test-udev.py
test/units/TEST-17-UDEV.11.sh