Files
2024-04-29 11:12:03 -05:00

12 lines
420 B
YAML

name: sudo_info
platforms:
- darwin
description: Returns the output of `sudo -V` in JSON format.
columns:
- name: json_result
type: text
required: false
description: A JSON document with the key value pairs parsed from `sudo -V` output.
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
evented: false