diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index f630b74a9d..767f6adeb4 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1656,6 +1656,16 @@ KERNEL=="sda", MODE="440" KERNEL=="sda", PROGRAM=="/bin/echo 0 0 0400letsdoabuffferoverflow0123456789012345789012345678901234567890", OWNER="%c{1}", GROUP="%c{2}", MODE="%c{3}" EOF }, + { + desc => "magic [subsys/sysname] attribute substitution", + subsys => "block", + devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda", + exp_name => "sda-8741C4G-end", + exp_perms => "0:0:0660", + rules => <<EOF +KERNEL=="sda", NAME="%k-%s{[dmi/id]product_name}-end" +EOF + }, ); |