mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-31 16:21:11 +03:00
skip SYMLINK rules for devices without a device node
This commit is contained in:
parent
7aeeaedc5f
commit
548459e939
@ -1984,6 +1984,8 @@ int udev_rules_apply_to_event(struct udev_rules *rules, struct udev_event *event
|
||||
|
||||
if (event->devlink_final)
|
||||
break;
|
||||
if (major(udev_device_get_devnum(event->dev)) == 0)
|
||||
break;
|
||||
if (cur->key.op == KEY_OP_ASSIGN_FINAL)
|
||||
event->devlink_final = 1;
|
||||
if (cur->key.op == KEY_OP_ASSIGN || cur->key.op == KEY_OP_ASSIGN_FINAL)
|
||||
|
Loading…
Reference in New Issue
Block a user