mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +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
27 lines
742 B
YAML
27 lines
742 B
YAML
name: find_cmd
|
|
platforms:
|
|
- darwin
|
|
description: Uses the /usr/bin/find command to list files and directories.
|
|
columns:
|
|
- name: directory
|
|
type: text
|
|
required: true
|
|
description: |-
|
|
The directory passed to find as first argument.
|
|
- name: type
|
|
type: text
|
|
required: false
|
|
description: |-
|
|
Sets the value of the `-type` flag.
|
|
- name: perm
|
|
type: text
|
|
required: false
|
|
description: |-
|
|
Sets the value of the `-perm` flag.
|
|
- name: path
|
|
type: text
|
|
required: false
|
|
description: |-
|
|
Contains the found paths.
|
|
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
|
|
evented: false
|