mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
11 lines
218 B
YAML
11 lines
218 B
YAML
|
|
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;
|
||
|
|
|
||
|
|
```
|