chiark / gitweb /
TODO: add packet filter
[elogind.git] / TODO
1
2   o drop modprobe floppy alias (SUSE), it will be in the module (2.6.30)
3   o remove MMC rules, they got a modalias now (2.6.30)
4   o add scsi:t-0x09* to "ch" and remove modprobe rule (2.6.30)
5
6   o add socket_filter (BPF) to match on properties to select which
7     messages are received on the socket:
8       udev_monitor_filter_property(mon, "SUBSYSTEM", "block");
9   o switch device mapper rules to:
10      dmsetup info -c --nameprefixes --unquoted --rows --noheadings \
11        -o name,uuid,suspended,readonly,major,minor,open,tables_loaded
12   o implement path_id in C with libudev (?)
13   o convert firmware.sh to C (?)
14   o "udevadm control" commands will only accept the --<command> syntax
15   o symlink names to udevadm will no longer be resolved to old command names