Implementation of basic PatchComplianceTask. First real iteration, basic/raw asf.
11 lines
301 B
JSON
11 lines
301 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(\"BuildDir\\bin\\Debug\\Assets\\osqueryi.exe\" --json \"SELECT datetime((SELECT CAST(unix_time AS INTEGER) FROM time) - total_seconds, ''unixepoch'') as boot_time FROM uptime;\")",
|
|
"Bash(git describe:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|