From e111bc677280cdeafa6a2abd7c0860ab10f12ba7 Mon Sep 17 00:00:00 2001 From: Guillaume Ross Date: Wed, 21 Sep 2022 11:17:45 -0400 Subject: [PATCH] Removing darwin from two tables (#7849) According to the osquery schema these two tables (secureboot and intel_me_info) do not support macOS. --- 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 7957875e4f..18f923fc67 100644 --- a/frontend/osquery_tables.json +++ b/frontend/osquery_tables.json @@ -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": [