mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
* Move BPF event filtering to the kernel #19354 moved filtering of disk events to the kernel space. This PR continues work in this area and moves all events to be filtered in the kernel space. * Improve comments. Minor code fixes.