mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 10:47:02 +00:00
snap: allow fwupdmgr to shutdown
When installing a capsule, optional reboot is done by fwupdmgr instead of fwupd. This means fwupdmgr needs the permission to do that.
This commit is contained in:
parent
8aef37fd57
commit
c17935acf7
@ -54,7 +54,7 @@ apps:
|
|||||||
FWUPD_HOSTDIR: /var/lib/snapd/hostfs
|
FWUPD_HOSTDIR: /var/lib/snapd/hostfs
|
||||||
fwupdmgr:
|
fwupdmgr:
|
||||||
command: fwupdmgr.wrapper
|
command: fwupdmgr.wrapper
|
||||||
plugs: [fwupdmgr, network, polkit]
|
plugs: [fwupdmgr, network, polkit, shutdown]
|
||||||
completer:
|
completer:
|
||||||
share/bash-completion/completions/fwupdmgr
|
share/bash-completion/completions/fwupdmgr
|
||||||
fwupdagent:
|
fwupdagent:
|
||||||
|
Loading…
Reference in New Issue
Block a user