mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Removing darwin from two tables (#7849)
According to the osquery schema these two tables (secureboot and intel_me_info) do not support macOS.
This commit is contained in:
parent
7015df9d67
commit
e111bc6772
1 changed files with 2 additions and 2 deletions
|
|
@ -8999,7 +8999,7 @@
|
|||
"name": "intel_me_info",
|
||||
"description": "Intel ME/CSE Info.",
|
||||
"url": "https://github.com/osquery/osquery/blob/master/specs/linwin/intel_me_info.table",
|
||||
"platforms": ["darwin", "linux", "windows"],
|
||||
"platforms": ["linux", "windows"],
|
||||
"evented": false,
|
||||
"cacheable": false,
|
||||
"columns": [
|
||||
|
|
@ -17705,7 +17705,7 @@
|
|||
"name": "secureboot",
|
||||
"description": "Secure Boot UEFI Settings.",
|
||||
"url": "https://github.com/osquery/osquery/blob/master/specs/linwin/secureboot.table",
|
||||
"platforms": ["darwin", "linux", "windows"],
|
||||
"platforms": ["linux", "windows"],
|
||||
"evented": false,
|
||||
"cacheable": false,
|
||||
"columns": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue