From 4bea8a4c927f35b4fb6748aad94752268ab68bb6 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Oct 2023 13:10:49 -0500 Subject: [PATCH] Schema: update override column descriptions for `system_info` and `chrome_extensions` tables (#14395) Related to: #14166 Changes: - updated the override column descriptions for the `system_info` and `chrome_extensions` tables to include the descriptions from the osquery schema. --- schema/tables/chrome_extensions.yml | 2 +- schema/tables/system_info.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/schema/tables/chrome_extensions.yml b/schema/tables/chrome_extensions.yml index b6a93c28ac..932c087acf 100644 --- a/schema/tables/chrome_extensions.yml +++ b/schema/tables/chrome_extensions.yml @@ -58,7 +58,7 @@ columns: - linux - name: path type: string - description: Defaults to '' on ChromeOS + description: Path to extension folder. Defaults to '' on ChromeOS - name: optional_permissions platforms: - darwin diff --git a/schema/tables/system_info.yml b/schema/tables/system_info.yml index e5c16c16b1..4300141df5 100644 --- a/schema/tables/system_info.yml +++ b/schema/tables/system_info.yml @@ -57,19 +57,19 @@ columns: - linux - name: hostname type: string - description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy + description: Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: computer_name type: string - description: For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only + description: Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only - name: hardware_serial type: string - description: The device's serial number (For chromeos, this is only available if the extension was force-installed by an enterprise policy) + description: The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: hardware_vendor type: string - description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy + description: Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: hardware_model type: string - description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy + description: Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: cpu_brand type: string - name: cpu_type