mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- During enable/disable of the component, status of the dropin configuration files was being checked from non-privileged process. If the dropin configuration file or its parent is readable only by root, then the operation fails. Fix this by performing the status check in privileged mode. Tests: - Unit tests pass. - Dropin configuration file for redis server works. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>