Displaying 1 result from an estimated 1 matches for "mynewpassword123".
2015 Jan 16
1
polkit ACL for remotely changing a spice console password
...e password - but
I can also do everything else - the default policy is still in place,
and once authenticated, anything goes.
I'm setting the password using a command like this:
virsh --connect qemu+tcp://remote.example.org/system
qemu-monitor-command --hmp mydomain 'set_password spice mynewpassword123
disconnect'
I've looked at the documentation for ACLs but I can't see anything that
covers qemu-monitor-command, and specifically "set_password".
The other way to set passwords is to update the domain settings using an
XML fragment, but I'm not clear on the exact sema...