Cool to see this spinoff from SysDig evolve into a fully funded cloud native product ;)
https://falco.org/docs/
#!/snap/bin/bpftrace #include <net/bluetooth/bluetooth.h> #include <net/bluetooth/hci_core.h> kprobe:mgmt_device_found { $dev=( struct hci_dev *) arg0; printf("%s\n", $dev->name); }
Cool to see this spinoff from SysDig evolve into a fully funded cloud native product ;)
https://falco.org/docs/