MokutilSbstate - command mokutil --sb-state
- class insights.parsers.mokutil_sbstate.MokutilSbstate(*args, **kwargs)[source]
Bases:
CommandParserWarning
This parser is deprecated, please use
insights.parsers.mokutil.MokutilSbstateinstead.Class for parsing the
mokutil --sb-statecommand.- secureboot_enabled
True if SecureBoot is enabled, False if SecureBoot is disabled, otherwise None.
- Type:
bool
Sample output of this command is:
SecureBoot enabled
Examples
>>> type(mokutil) <class 'insights.parsers.mokutil_sbstate.MokutilSbstate'> >>> mokutil.secureboot_enabled True