fleet/schema/tables/secureboot.yml

9 lines
216 B
YAML
Raw Normal View History

name: secureboot
examples: |-
See the secure boot status (enabled or not) of Windows and Linux systems. You
could create a policy looking for it to be set to 1.
```
SELECT secure_boot FROM secureboot;
```