MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / setSecureBoot

Method setSecureBoot

src/efibootdata.cpp:948–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948void EFIBootData::setSecureBoot(bool enabled)
949{
950 if(secure_boot == enabled)
951 return;
952
953 secure_boot = enabled;
954 Q_EMIT secureBootChanged(secure_boot);
955}
956
957void EFIBootData::setVendorKeys(bool enabled)
958{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected