cbsensor-linux-bpf
cbsensor-linux-bpf copied to clipboard
Poll Root/Gloabl Mountinfo In Examples Script
Create a map between dev_t major and minor to the entries set into /proc/self/mountinfo
In Linux for your current mount namespace, you are able to poll /proc/self/mounts when there has been a mount change. This will be helpful for numerous things without having to directly track mounts events.