~nova-coresec/ubuntu/maverick/libvirt/nova-ppa

« back to all changes in this revision

Viewing changes to src/qemu/qemu.conf

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-08-24 12:58:51 UTC
  • Revision ID: james.westby@ubuntu.com-20100824125851-8sz3vitgflckkciy
Tags: 0.8.3-1ubuntu7
* debian/patches/series: per Ubuntu Server team, run qemu/kvm as non-root
  and comment out 9008-run-as-root-by-default.patch. This has now received
  significant testing in Debian, adds a good security benefit for people
  who disable AppArmor and fixes the libvirt portion of LP: #619843. With
  this patch removed, libvirt will default to the Debian configure arguments
  and run qemu/kvm VMs as 'libvirt-qemu:kvm'.
* debian/README.Debian: adjusted for the above

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
 
93
93
# The user ID for QEMU processes run by the system instance
94
 
#user = "libvirt-qemu"
95
 
user = "root"
 
94
#user = "root"
96
95
 
97
96
# The group ID for QEMU processes run by the system instance
98
 
#group = "kvm"
99
 
group = "root"
 
97
#group = "root"
100
98
 
101
99
# Whether libvirt should dynamically change file ownership
102
100
# to match the configured user/group above. Defaults to 1.