mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 09:47:00 +00:00
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:
parent
ff0dc24e54
commit
cc93f7c336
@ -572,6 +572,7 @@ fu_engine_modify_remote (FuEngine *self,
|
||||
GError **error)
|
||||
{
|
||||
const gchar *keys[] = {
|
||||
"ApprovalRequired",
|
||||
"AutomaticReports",
|
||||
"AutomaticSecurityReports",
|
||||
"Enabled",
|
||||
|
Loading…
Reference in New Issue
Block a user