1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00
systemd/test/fuzz/fuzz-udev-rules/75-probe_mtd.rules
2018-11-26 18:14:30 +09:00

8 lines
174 B
Plaintext

# do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="mtd_probe_end"
KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $devnode"
LABEL="mtd_probe_end"