Warning about installing extension on Chrome browsers (#12596)
Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
- [Migrating from plain osquery to osquery installer](#migrating-from-plain-osquery-to-osquery-installer)
|
||||
- [Generate installer](#generate-installer)
|
||||
- [Migrate](#migrate)
|
||||
- [Add Chromebooks with the fleetd Chrome extension](#add-chromebooks-with-the-fleetd-chrome-extension)
|
||||
- [Grant full disk access to osquery on macOS](#grant-full-disk-access-to-osquery-on-macos)
|
||||
- [Creating the configuration profile](#creating-the-configuration-profile)
|
||||
- [Obtaining identifiers](#obtaining-identifiers)
|
||||
@@ -29,7 +30,7 @@ Fleet gathers information from an [osquery](https://github.com/osquery/osquery)
|
||||
|
||||
You can also install plain osquery on your hosts and connect to Fleet using osquery's `TLS API` plugins.
|
||||
|
||||
> For ChromeOS hosts, the fleetd Chrome extension is installed instead of osquery. This Chrome browser extension is only supported on ChromeOS operating systems that are managed using [Google Admin](https://admin.google.com).
|
||||
> For ChromeOS hosts, the [fleetd Chrome extension](#add-chromebooks-with-the-fleetd-chrome-extension) is installed instead of osquery.
|
||||
|
||||
## Add hosts with Orbit
|
||||
|
||||
@@ -279,7 +280,9 @@ installation should appear as the same host in the Fleet UI. If other settings a
|
||||
entries will appear in the Fleet UI. The older entries can be automatically cleaned up with the host
|
||||
expiration setting. To configure this setting, in the Fleet UI, head to **Settings > Organization settings > Advanced options**.
|
||||
|
||||
## Add Chromebooks with the Fleetd Chrome extension
|
||||
## Add Chromebooks with the fleetd Chrome extension
|
||||
|
||||
> The fleetd Chrome browser extension is supported on ChromeOS operating systems that are managed using [Google Admin](https://admin.google.com). It is not intended for non-ChromeOS hosts with the Chrome browser installed.
|
||||
|
||||
Visit the Google Admin console. In the navigation menu, visit Devices > Chrome > Apps & Extensions > Users & browsers.
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# ChromeOS
|
||||
For visibility on ChromeOS hosts, Fleet provides the fleetd Chrome extension which provides similar functionality as osquery on other operating systems.
|
||||
|
||||
## Adding ChromeOS hosts to Fleet
|
||||
Fleet provides a Chrome extension which you can install via Google Admin.
|
||||
|
||||
> For ChromeOS hosts, the fleetd Chrome extension is installed instead of osquery. This Chrome browser extension is only supported on ChromeOS operating systems that are managed using [Google Admin](https://admin.google.com).
|
||||
|
||||
To learn how to add ChromeOS hosts to Fleet, visit [here](https://fleetdm.com/docs/using-fleet/adding-hosts#add-chromebooks-with-the-fleetd-chrome-extension).
|
||||
|
||||
> The fleetd Chrome browser extension is supported on ChromeOS operating systems that are managed using [Google Admin](https://admin.google.com). It is not intended for non-ChromeOS hosts with the Chrome browser installed.
|
||||
|
||||
## Available tables
|
||||
To see the available tables for ChromeOS, visit [here](https://fleetdm.com/tables/chrome_extensions?platformFilter=chrome).
|
||||
|
||||
|
||||
@@ -105,4 +105,6 @@ columns:
|
||||
platforms:
|
||||
- darwin
|
||||
- windows
|
||||
- linux
|
||||
- linux
|
||||
notes: |
|
||||
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -46,5 +46,6 @@ columns:
|
||||
platforms:
|
||||
- windows
|
||||
evented: false
|
||||
notes: >-
|
||||
- For ChromeOS, this table is not a core osquery table. It is included as part of the Fleetd Chrome extension. Available for Chrome 91+.
|
||||
notes: |
|
||||
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
- Available for ChromeOS 91+.
|
||||
|
||||
@@ -20,3 +20,5 @@ columns:
|
||||
type: text
|
||||
required: false
|
||||
description: Region
|
||||
notes: |
|
||||
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -16,5 +16,6 @@ columns:
|
||||
type: text
|
||||
required: false
|
||||
description: IPv6 address (only available to extensions force-installed by enterprise policy)
|
||||
notes: >-
|
||||
notes: |
|
||||
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
- Requires that the fleetd extension is force-installed by enterprise policy
|
||||
|
||||
@@ -22,4 +22,6 @@ columns:
|
||||
- linux
|
||||
- name: mount_namespace_id
|
||||
platforms:
|
||||
- linux
|
||||
- linux
|
||||
notes: |
|
||||
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -54,3 +54,5 @@ examples: >-
|
||||
SELECT version FROM osquery_info;
|
||||
|
||||
```
|
||||
notes: |
|
||||
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
name: privacy_preferences
|
||||
notes: This table is not a core osquery table. It is included as part of the Fleetd Chrome extension.
|
||||
description: Information on Chrome features that can affect a user's privacy, available from the [chrome.privacy APIs](https://developer.chrome.com/docs/extensions/reference/privacy/)
|
||||
platforms:
|
||||
- chrome
|
||||
@@ -85,3 +84,5 @@ columns:
|
||||
description: 1 if enabled else 0 * Available for Chrome 111+
|
||||
required: false
|
||||
type: integer
|
||||
notes: |
|
||||
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -4,6 +4,7 @@ platforms:
|
||||
- chrome
|
||||
description: >-
|
||||
Returns if the screen locks automatically and the time, in seconds, it takes until the screen is locked automatically while idle. For macOS, this table will return no results if osquery is running as root.
|
||||
notes: >-
|
||||
notes: |
|
||||
- For macOS, this only fetches results for osquery's current logged-in user context. The user must also have recently logged in.
|
||||
- For ChromeOS, this table is not a core osquery table. It is included as part of the Fleetd Chrome extension. Available for Chrome 73+.
|
||||
- For ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
- For ChromeOS, this table is only available for Chrome 73+.
|
||||
|
||||
@@ -86,3 +86,5 @@ examples: >-
|
||||
SELECT CPU_type, hardware_vendor, hardware_model, hardware_serial FROM system_info;
|
||||
|
||||
```
|
||||
notes: |
|
||||
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -17,4 +17,4 @@ columns:
|
||||
required: false
|
||||
evented: false
|
||||
notes: >-
|
||||
- This table is not a core osquery table. It is included as part of the Fleetd Chrome extension.
|
||||
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
@@ -60,4 +60,6 @@ columns:
|
||||
platforms:
|
||||
- linux
|
||||
- name: username
|
||||
description: Username
|
||||
description: Username
|
||||
notes: |
|
||||
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|
||||
|
||||
Reference in New Issue
Block a user