mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
11 lines
420 B
YAML
11 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
|