Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Deployment
Run Fleet the way that fits your team.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Deployment
Run Fleet the way that fits your team.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
local_network_permissions
Information about local network permissions granted to applications on macOS.
| Column | Type | Description |
|---|---|---|
| bundle_id | text | The application bundle identifier (e.g., com.example.app). |
| display_name | text | The user-friendly display name of the application. |
| executable_path | text | The full path to the application executable. |
| provider_added | text | Indicates if the permission was added by a provider (may be empty). |
| state | integer | The permission state (0 = denied, 1 = allowed). |
| type | text | The type of permission entry (typically "applications"). |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd). This table is from the Mac Admins osquery extension.