fleet/schema/tables/launchd.yml

8 lines
224 B
YAML
Raw Normal View History

name: launchd
examples: |-
List launch daemons that run an application in the Applications directory.
```
SELECT * FROM launchd WHERE program LIKE '/Applications/%%' OR program LIKE '/Users/%%/Applications/%%';
```