Comment 10 for bug 619843

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

I tested running as non-root with QRT and it is ok. I had some funky logic in there regarding save/restore tests that had to be adjusted so the libvirt-qemu:kvm user could write to the save directory I created. After fixing that, it works great with and without AppArmor enabled. I also went ahead and updated QRT to its 'libvirt-aa-secdriver.sh' tests with:
- root:root in qemu.conf and AppArmor enabled (the current Ubuntu default): PASS
- libvirt-qemu:kvm in qemu.conf and AppArmor enabled (the proposed default for maverick): PASS
- root:root in qemu.conf and AppArmor disabled: PASS
- libvirt-qemu:kvm in qemu.conf and AppArmor disabled (the current Debian default): PASS