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.
This commit is contained in:
Eric 2023-10-10 13:10:49 -05:00 committed by GitHub
parent 8035fc7511
commit 4bea8a4c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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