fleet/schema/tables/sudo_info.yml
Rachael Shaw 895d4bc2f7
Use "Fleet's agent (fleetd)" naming in the docs (#18138)
For #16512

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-04-29 11:12:03 -05:00

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