I am investigating running osquery in a kubernetes daemonset as a privileged container. I see references to folks changing the hard coded paths like /proc to e.g. /host/proc, and mounting these from the host machine down into the container filesystem. Does anyone have an osquery fork they can point me to with these paths updated throughout the codebase?