mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Closes: #19271 Closes: #19286 Changes: - Updated the example in the schema folder readme - Updated the block scalar used in Fleet's osquery override documentation (`>-` » `|-`) and removed extra newlines - Updated the block scalar used in URLs used to create new yaml override files - Regenerated osqeury_fleet_schema.json
19 lines
784 B
YAML
19 lines
784 B
YAML
name: firmware_eficheck_integrity_check
|
|
platforms:
|
|
- darwin
|
|
description: Performs eficheck's integrity check on macOS Intel T1 chips (CIS 5.9).
|
|
columns:
|
|
- name: chip
|
|
type: text
|
|
required: false
|
|
description: |-
|
|
Contains the chip type, values are "apple", "intel-t1" and "intel-t2".
|
|
If chip type is "apple" or "intel-t2" then no eficheck integrity check is executed.
|
|
- name: output
|
|
type: text
|
|
required: false
|
|
description: |-
|
|
Output of the `/usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check` command.
|
|
This value is only valid when chip is "intel-t1".
|
|
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
|