
1 Jun
2010
1 Jun
'10
1:02 p.m.
On 06/01/2010 12:42 PM, Daniel P. Berrange wrote:
On Fri, May 28, 2010 at 03:26:02PM -0400, Cole Robinson wrote:
Currently there is no way to opt out of libvirt dropping POSIX capabilities for qemu. This at least is a useful debugging tool, but is also wanted by users (and distributors):
https://bugzilla.redhat.com/show_bug.cgi?id=559154 https://bugzilla.redhat.com/show_bug.cgi?id=573850
v2: Clarify qemu.conf comment, warn about security implications
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- src/qemu/qemu.conf | 9 +++++++++ src/qemu/qemu_conf.c | 5 +++++ src/qemu/qemu_conf.h | 2 +- src/qemu/qemu_driver.c | 11 +++++++++-- 4 files changed, 24 insertions(+), 3 deletions(-)
ACK
Thanks, pushed now. - Cole