eudev/udev
Alan Jenkins d15fcce4b3 udevd: be more careful when matching against parents
I'm worried about what will happen with things like

KERNELS=="*" # pointless rule
KERNELS=="doesnt-match" # another pointless rule

Since TK_RULE < TK_M_PARENTS_MAX, we will try to match all three tokens
against parents of the current device.  I can't think of a bad case,
but it's not exactly good either.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
2008-11-01 17:32:16 +01:00
..
lib kerneldoc comment fixes 2008-10-26 15:55:47 +01:00
.gitignore
Makefile.am do not use the new work-in-progress parser rule matcher 2008-10-21 12:45:54 +02:00
test-udev.c cache uid/gid during rule parsing 2008-10-24 10:51:04 +02:00
udev-event.c write trace log to stderr 2008-10-31 16:22:55 +01:00
udev-node.c do not init string arrays, just clear first byte 2008-10-26 02:31:54 +01:00
udev-rules.c udevd: be more careful when matching against parents 2008-11-01 17:32:16 +01:00
udev-selinux.c selinux_init(udev) -> udev_selinux_init(udev) 2008-10-18 19:30:42 +02:00
udev-sysdeps.h
udev-util.c handle numerical owner/group string in lookup_user/group() 2008-10-22 23:59:53 +02:00
udev.h udevd: merge exec and run queue to minimize devpath string compares 2008-10-29 17:32:13 +01:00
udev.xml ATTR{}== always fails if the attribute does not exist 2008-10-29 22:22:12 +01:00
udevadm-control.c
udevadm-info.c libudev: device - get_attr_value() -> get_sysattr_value() 2008-10-20 18:12:36 +02:00
udevadm-monitor.c
udevadm-settle.c fix uninitialized variable warnings 2008-10-24 09:37:37 +02:00
udevadm-test.c cache uid/gid during rule parsing 2008-10-24 10:51:04 +02:00
udevadm-trigger.c libudev: device - get_attr_value() -> get_sysattr_value() 2008-10-20 18:12:36 +02:00
udevadm.c selinux_init(udev) -> udev_selinux_init(udev) 2008-10-18 19:30:42 +02:00
udevadm.xml
udevd.c write trace log to stderr 2008-10-31 16:22:55 +01:00
udevd.xml