mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- When a timer is provided to 'systemctl show' not all expected keys are provided in the result. This leads to a KeyError exception. - Also the security analysis for a timer unit is not useful. Instead perform the analysis on the corresponding .service unit. Closes: #2145 Tests: - Before the patch, Wordpress shows as not sandboxed. The security report page crashes on Debian testing setup. - After the patch, there is no crash. Wordpress shows as sandboxed with 86% coverage. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>