mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
10 lines
193 B
YAML
10 lines
193 B
YAML
|
name: kernel_extensions
|
||
|
examples: >-
|
||
|
Identify third-party kernel extensions.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM kernel_extensions WHERE name NOT LIKE 'com.apple%' AND name NOT LIKE '__kernel__';
|
||
|
|
||
|
```
|