1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-14 23:24:38 +03:00
David Herrmann 9a2e1571c0 rules: avoid 'device/' accesses
We should never access parents, as the sysfs hierarchy is in no way
stable. Use KERNELS== etc. to match on a parent, then access it via
$attr{} (which accesses the matching device, not the current device).
2015-03-20 12:28:12 +01:00
..
2012-04-04 05:05:07 +02:00
2013-11-03 16:17:14 +01:00
2012-09-17 13:54:03 +02:00
2015-01-29 13:06:04 +10:00