mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +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>
19 lines
736 B
YAML
19 lines
736 B
YAML
name: firmwarepasswd
|
|
description: "Information on the device's firmware password. Supported on Intel macOS hosts only. Reference: https://support.apple.com/en-us/HT204455"
|
|
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: option_roms_allowed
|
|
description: Whether or not option ROMs are allowed.
|
|
required: false
|
|
type: text
|
|
- name: password_enabled
|
|
description: Whether or not the host has a firmware password.
|
|
required: false
|
|
type: text
|
|
- name: mode
|
|
description: Host's mode setting.
|
|
required: false
|
|
type: text |