]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/fuzz/fuzz-udev-rules/systemd.rules
rules: go to the end of rules indeed when dm is suspended
[thirdparty/systemd.git] / test / fuzz / fuzz-udev-rules / systemd.rules
index 278383b02cc0acfaf4cb66b5330d61a7c9944aa5..5f29d709ae5419d83f82bc1c79928a7d8ddea9cd 100644 (file)
@@ -17,7 +17,9 @@ SUBSYSTEM=="ubi", TAG+="systemd"
 SUBSYSTEM=="block", TAG+="systemd"
 
 # We can't make any conclusions about suspended DM devices so let's just import previous SYSTEMD_READY state and skip other rules
-SUBSYSTEM=="block", ENV{DM_SUSPENDED}=="1", IMPORT{db}="SYSTEMD_READY", GOTO="systemd_end"
+SUBSYSTEM=="block", ENV{DM_SUSPENDED}=="1", IMPORT{db}="SYSTEMD_READY"
+SUBSYSTEM=="block", ENV{DM_SUSPENDED}=="1", GOTO="systemd_end"
+
 SUBSYSTEM=="block", ACTION=="add", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"
 
 # Ignore encrypted devices with no identified superblock on it, since