diff --git a/plinth/modules/security/templates/security_report.html b/plinth/modules/security/templates/security_report.html index a1696b3d9..7b26be513 100644 --- a/plinth/modules/security/templates/security_report.html +++ b/plinth/modules/security/templates/security_report.html @@ -32,8 +32,14 @@

{% blocktrans trimmed %} The following table lists the current reported number, and historical - count, of security vulnerabilities for each installed app. It also lists - whether each service is using sandboxing features. + count, of security vulnerabilities for each installed app. + {% endblocktrans %} +

+

+ {% blocktrans trimmed %} + For apps that provide services, the "Sandboxed" column shows whether + sandboxing features are in use. Sandboxing mitigates the impact of a + potentially compromised app to the rest of the system. {% endblocktrans %}