mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 02:48:38 +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)
|
GError **error)
|
||||||
{
|
{
|
||||||
const gchar *keys[] = {
|
const gchar *keys[] = {
|
||||||
|
"ApprovalRequired",
|
||||||
"AutomaticReports",
|
"AutomaticReports",
|
||||||
"AutomaticSecurityReports",
|
"AutomaticSecurityReports",
|
||||||
"Enabled",
|
"Enabled",
|
||||||
|
Loading…
Reference in New Issue
Block a user