BPF for HID drivers
BPF for HID drivers
Posted Sep 27, 2022 9:17 UTC (Tue) by leromarinvit (subscriber, #56850)In reply to: BPF for HID drivers by tchernobog
Parent article: BPF for HID drivers
I'm pretty sure BPF programs can't arbitrarily send packets. Unlike kernel modules - which they are supposed to replace in this case. So, no more keylogging for you, I guess! ;-)
In any case, I doubt maintainers would accept either a kernel module or a BPF program containing a keylogger. And for manufacturer supplied third party stuff, possibly binary only, BPF programs seem safer than kernel modules to me.