| 946 | } |
| 947 | |
| 948 | void 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 | |
| 957 | void EFIBootData::setVendorKeys(bool enabled) |
| 958 | { |
nothing calls this directly
no outgoing calls
no test coverage detected