mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
7848 table yum_sources and intel me info show as Mac compatible in fleet but are not according to osquery (#7881)
* Removing darwin from two tables According to the osquery schema these two tables (secureboot and intel_me_info) do not support macOS. * Removing darwin from yum_sources This table is not compatible with macOS. Removing Darwin from the list of platforms.
This commit is contained in:
parent
bdad9ac1d3
commit
9db772d931
1 changed files with 2 additions and 2 deletions
|
|
@ -745,7 +745,7 @@
|
|||
"name": "apt_sources",
|
||||
"description": "Current list of APT repositories or software channels.",
|
||||
"url": "https://github.com/osquery/osquery/blob/master/specs/posix/apt_sources.table",
|
||||
"platforms": ["darwin", "linux"],
|
||||
"platforms": ["linux"],
|
||||
"evented": false,
|
||||
"cacheable": false,
|
||||
"columns": [
|
||||
|
|
@ -22483,7 +22483,7 @@
|
|||
"name": "yum_sources",
|
||||
"description": "Current list of Yum repositories or software channels.",
|
||||
"url": "https://github.com/osquery/osquery/blob/master/specs/posix/yum_sources.table",
|
||||
"platforms": ["darwin", "linux"],
|
||||
"platforms": ["linux"],
|
||||
"evented": false,
|
||||
"cacheable": false,
|
||||
"columns": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue