Slide 62
Slide 62 text
This should run in all build infra
osquery on osquery
{
"options": {
"disable_audit": "false",
"audit_allow_config": "true"
},
"schedule": {
"process_events": {
"query": "SELECT pid, path, cmdline, uid, gid, owner_uid, owner_gid,
create_time, modify_time, parent, time, uptime
FROM process_events",
"interval": 60,
"removed": false
}
}
}