mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +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;
|
||
|
|
||
|
```
|