Port them to AdwWindow and AdwToolbarView, simplify the widgetry and use a consistent styling and window size.
45 lines
2 KiB
XML
45 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcFirmwareSecurityHelpDialog" parent="AdwWindow">
|
|
<property name="title" translatable="yes">About Device Security</property>
|
|
<property name="modal">True</property>
|
|
<property name="width-request">360</property>
|
|
<property name="height-request">200</property>
|
|
<property name="default-width">420</property>
|
|
|
|
<property name="content">
|
|
<object class="AdwToolbarView">
|
|
<child type="top">
|
|
<object class="AdwHeaderBar"/>
|
|
</child>
|
|
|
|
<property name="content">
|
|
<object class="GtkScrolledWindow">
|
|
<property name="hscrollbar-policy">never</property>
|
|
<property name="propagate-natural-height">True</property>
|
|
<property name="child">
|
|
<object class="GtkLabel">
|
|
<property name="margin-top">12</property>
|
|
<property name="margin-start">24</property>
|
|
<property name="margin-end">24</property>
|
|
<property name="margin-bottom">24</property>
|
|
<property name="wrap">True</property>
|
|
<property name="label" translatable="yes">Device security provides information about how protected your device is against security issues which target the hardware itself.
|
|
|
|
Aspects of hardware that affect security include:
|
|
|
|
• security features that are built into a hardware itself;
|
|
• how the hardware is configured to protect against security issues;
|
|
• the security of the software runs directly on the hardware.
|
|
|
|
Security threats which affect hardware include malware and viruses that target the software that runs directly on the hardware. It also includes physical tampering, such as physical connection to the hardware to read data and implant malware.
|
|
|
|
Device security is just one aspect of security, and does not reflect the overall security status of the system and applications.</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|