mbox

[v2] Change the default libvirt remote user to libvirt-remote

Message ID 1465549033-652-1-git-send-email-jonatan.schlag@ipfire.org
State Accepted
Commit 77d989a66726dfe8282d00eec25f1cca80aca118
Headers

Message

Jonatan Schlag June 10, 2016, 6:57 p.m. UTC
  It is possible to communicate per ssh via a socket with libvirt. It is
not a good idea to do this as root, so the remote user is now
libvirt-remote. Only this user or users in the group libvirt-remote can
communicate with the socket.
The user libvirt-remote is created without a password. The users have to
set a password for this user after installation.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 lfs/libvirt                                        |  3 +-
 src/paks/libvirt/install.sh                        |  6 +++
 ...hange-options-in-libvirtd.conf-for-IPFire.patch | 43 ++++++++++++++++++++++
 3 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 src/patches/libvirt/0002-Change-options-in-libvirtd.conf-for-IPFire.patch