diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-04-18 13:23:55 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-04-18 13:23:55 +0200 |
commit | cc2c6d6ad9e3aaefc698636cf13121bb1cd205d0 (patch) | |
tree | d4530ca0cc4faf379bea22dd155928b5bb188395 /TODO | |
parent | f1986e09fcce55cc18dc4a4d54f0b5a2785b91b2 (diff) |
TODO: add packet filter
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ o drop modprobe floppy alias (SUSE), it will be in the module (2.6.30) o remove MMC rules, they got a modalias now (2.6.30) o add scsi:t-0x09* to "ch" and remove modprobe rule (2.6.30) + + o add socket_filter (BPF) to match on properties to select which + messages are received on the socket: + udev_monitor_filter_property(mon, "SUBSYSTEM", "block"); o switch device mapper rules to: dmsetup info -c --nameprefixes --unquoted --rows --noheadings \ -o name,uuid,suspended,readonly,major,minor,open,tables_loaded |