mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
allow OPTIONS to be recognized for /sys/modules /sys/devices events
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
7c26d9eb43
commit
ffd5c68937
@ -1089,9 +1089,6 @@ int udev_rules_get_run(struct udevice *udev, struct sysfs_device *sysfs_device)
|
||||
break;
|
||||
|
||||
dbg("process rule");
|
||||
if (rule->run_operation == KEY_OP_UNSET)
|
||||
continue;
|
||||
|
||||
if (rule->name_operation != KEY_OP_UNSET || rule->symlink_operation != KEY_OP_UNSET ||
|
||||
rule->mode != 0000 || rule->owner[0] != '\0' || rule->group[0] != '\0') {
|
||||
dbg("skip rule that names a device");
|
||||
|
Loading…
x
Reference in New Issue
Block a user