~ubuntu-branches/ubuntu/raring/libvirt/raring-updates

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2013-02-13 09:47:58 UTC
  • Revision ID: package-import@ubuntu.com-20130213094758-26coq4v6dbhx8vvf
Tags: 1.0.2-0ubuntu4
* Update Readme.Debian
  - we use libvirtd, not libvirt group (LP: #1095140)
  - we add users from sudo, not admin group, to libvirtd.
* libvirt-bin.postinst: put users from sudo, not admin group, into group
  libvirtd. (LP: #1124127)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
Note that *every* user on the system has access to xend then. Better use
16
16
libvirtd to access xen with unprivileged users and add the users to the
17
 
"libvirt" group (see "Access Control" below).
 
17
"libvirtd" group (see "Access Control" below).
18
18
 
19
19
Debugging
20
20
=========
53
53
 
54
54
Access Control
55
55
==============
56
 
Access to the libvirt socket is controlled by membership in the "libvirt" group.
 
56
Access to the libvirt socket is controlled by membership in the "libvirtd" group.
57
57
If you want to manage VMs as non root you need to add a user to that group.
58
58
 
59
59
QEMU/KVM: Dropping Capabilties
139
139
qemu:///system
140
140
--------------
141
141
Adding users to the libvirtd group effectively grants them root access. In
142
 
Ubuntu, users in the admin group (who already have 'sudo' access) are added to
 
142
Ubuntu, users in the sudo group (who already have 'sudo' access) are added to
143
143
this group automatically.
144
144
 
145
145
Virtual machines started from qemu:///system may run with or without root