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:
Guillaume Ross 2022-09-21 15:06:12 -04:00 committed by GitHub
parent bdad9ac1d3
commit 9db772d931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": [