marpaia
02/12/2017, 7:34 PMvagrant@vagrant-ubuntu-trusty-64:/vagrant$ tree /tmp/osquery_packaging
/tmp/osquery_packaging
└── prefix
├── etc
│ ├── default
│ │ └── osqueryd
│ ├── init.d
│ │ └── osqueryd
│ └── osquery
├── usr
│ ├── bin
│ │ ├── osqueryctl
│ │ ├── osqueryd
│ │ └── osqueryi
│ ├── lib
│ │ └── systemd
│ │ └── system
│ │ └── osqueryd.service
│ └── share
│ └── osquery
│ ├── certs
│ │ └── certs.pem
│ ├── osquery.example.conf
│ └── packs
│ ├── hardware-monitoring.conf
│ ├── incident-response.conf
│ ├── it-compliance.conf
│ ├── osquery-monitoring.conf
│ ├── osx-attacks.conf
│ └── vuln-management.conf
└── var
├── log
│ └── osquery
└── osquery
18 directories, 14 files