From cc93f7c3360c204aacb1c02f74e2a9a8f7f7e546 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 1 Jun 2020 12:04:03 +0100 Subject: [PATCH] trivial: Allow the uset to set the ApprovalRequired remote value This allows the local user with appropriate permissions to do: fwupdmgr modify-remote lvfs ApprovalRequired true --- src/fu-engine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fu-engine.c b/src/fu-engine.c index ffed53799..2ed45922e 100644 --- a/src/fu-engine.c +++ b/src/fu-engine.c @@ -572,6 +572,7 @@ fu_engine_modify_remote (FuEngine *self, GError **error) { const gchar *keys[] = { + "ApprovalRequired", "AutomaticReports", "AutomaticSecurityReports", "Enabled",