mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
23 lines
No EOL
809 B
YAML
23 lines
No EOL
809 B
YAML
name: macos_rsr
|
|
notes: This table is from the [Mac Admins osquery extension](https://github.com/macadmins/osquery-extension).
|
|
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 |