mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
11 lines
173 B
YAML
11 lines
173 B
YAML
|
name: cpuid
|
||
|
examples: >-
|
||
|
Identify Intel powered Macs that support a specific Intel CPU feature, such as
|
||
|
sgx1.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * from cpuid WHERE feature='sgx1';
|
||
|
|
||
|
```
|