mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
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
|