From 693b1098066eb6fc27bef4be1209009e4b9de84f Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 12 Jan 2020 21:28:41 -0500 Subject: [PATCH] security: Add explanation of sandboxing Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/security/templates/security_report.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 %}