The Firmware Security panel exposes the host security levels and details. The information is generated by fwupd. The panel also exposes hardware configuration changes to pinpoint the configuration changing time. Currently this panel shows: - HSI and secure boot status - Details of HSI and secure boot - Configuration changelog - Digested security level - Extended protection
9 lines
419 B
XML
9 lines
419 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/firmware-security">
|
|
<file preprocess="xml-stripblanks">cc-firmware-security-panel.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-firmware-security-dialog.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-firmware-security-boot-dialog.ui</file>
|
|
<file>security-level.css</file>
|
|
</gresource>
|
|
</gresources>
|