From 9db772d931ca8dbbeab372c3cbc2660d11bf24e1 Mon Sep 17 00:00:00 2001 From: Guillaume Ross Date: Wed, 21 Sep 2022 15:06:12 -0400 Subject: [PATCH] 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. --- frontend/osquery_tables.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/osquery_tables.json b/frontend/osquery_tables.json index 65f9b0270d..93a6174229 100644 --- a/frontend/osquery_tables.json +++ b/frontend/osquery_tables.json @@ -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": [