mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
11 lines
260 B
YAML
11 lines
260 B
YAML
|
name: keychain_acls
|
||
|
examples: >-
|
||
|
Identify keychain items with permissions granted to Applications at the system
|
||
|
or user level.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM keychain_acls WHERE path LIKE '/System/Applications/%%' OR path LIKE '/Users/%%/Applications/%%';
|
||
|
|
||
|
```
|