mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
23 lines
964 B
YAML
23 lines
964 B
YAML
|
name: macos_rsr
|
||
|
notes: This table is not a core osquery table. It is included as part of [Fleetd](https://fleetdm.com/docs/using-fleet/orbit), the osquery manager from Fleet. Fleetd can be built with [fleetctl](https://fleetdm.com/docs/using-fleet/adding-hosts#osquery-installer).
|
||
|
description: Returns information about installed Rapid Security Responses (RSRs).
|
||
|
platforms:
|
||
|
- darwin
|
||
|
evented: false
|
||
|
columns:
|
||
|
- name: full_macos_version
|
||
|
description: Full macOS version string (including the RSR suffix)
|
||
|
required: false
|
||
|
type: text
|
||
|
- name: macos_version
|
||
|
description: The macOS version string (excluding the RSR suffix)
|
||
|
required: false
|
||
|
type: text
|
||
|
- name: rsr_supported
|
||
|
description: Whether this macOS version supports RSRs (>= 13). Possible values are 'true' or 'false'.
|
||
|
required: false
|
||
|
type: text
|
||
|
- name: rsr_version
|
||
|
description: RSR version string suffix (with parenthesis included)
|
||
|
required: false
|
||
|
type: text
|