驅動程式 - Linux Device Driver(LDD) - Falco - Build pdig



參考資訊:
https://falco.org/blog/choosing-a-driver/

步驟如下:

$ cd
$ git clone https://github.com/falcosecurity/pdig
$ git clone -b gen-events-falco-engine https://github.com/falcosecurity/libs
$ cd pdig
$ mkdir -p build
$ cd build
$ cmake ..
$ make