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; ```