mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Closes: #19271 Closes: #19286 Changes: - Updated the example in the schema folder readme - Updated the block scalar used in Fleet's osquery override documentation (`>-` » `|-`) and removed extra newlines - Updated the block scalar used in URLs used to create new yaml override files - Regenerated osqeury_fleet_schema.json
9 lines
350 B
YAML
9 lines
350 B
YAML
name: authorization_mechanisms
|
|
examples: |-
|
|
Discover privileged macOS authorization mechanisms, which could include third
|
|
party software. Finding third party software using this means it is likely an
|
|
important piece of software that should be kept very up to date.
|
|
|
|
```
|
|
SELECT * FROM authorization_mechanisms WHERE privileged='true';
|
|
```
|