mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
ba8ae8797e
- Add documentation for new tables so that they show up on fleetdm.com and the sidebar in the Fleet UI --------- Co-authored-by: Rachael Shaw <r@rachael.wtf> Co-authored-by: Jack-Daniyel Strong <jack@jdstrong.com> Co-authored-by: Eric <eashaw@sailsjs.com>
11 lines
379 B
YAML
11 lines
379 B
YAML
name: filevault_status
|
|
description: Get current FileVault status.
|
|
evented: false
|
|
notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
|
|
platforms:
|
|
- darwin
|
|
columns:
|
|
- name: status
|
|
description: FileVault status.
|
|
type: text
|
|
required: false |