theopolis
moulik
02/26/2018, 7:29 AMfile_paths and other custom fields in json response of config. Json response will be something like this:
{
"file_paths": {
"custom_category": [
"/etc/**",
"/tmp/.*"
]
},
"custom_field":"some value"
}
Our extension wants to query file_paths and custom_field from osquery
Is there any way that the extension can query such things?