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
This commit is contained in:
Richard Hughes 2020-06-01 12:04:03 +01:00
parent ff0dc24e54
commit cc93f7c336

View File

@ -572,6 +572,7 @@ fu_engine_modify_remote (FuEngine *self,
GError **error) GError **error)
{ {
const gchar *keys[] = { const gchar *keys[] = {
"ApprovalRequired",
"AutomaticReports", "AutomaticReports",
"AutomaticSecurityReports", "AutomaticSecurityReports",
"Enabled", "Enabled",