
15 Mar
2010
15 Mar
'10
5:50 p.m.
On 03/15/2010 11:33 AM, Daniel P. Berrange wrote:
On Fri, Mar 12, 2010 at 02:01:44PM -0500, Cole Robinson wrote:
Fixes URL installs when running virt-install as root on Fedora.
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- src/qemu/qemu_security_dac.c | 21 +++++++++++++++++++++ src/security/security_selinux.c | 16 ++++++++++++++++ 2 files changed, 37 insertions(+), 0 deletions(-)
ACK
NB, the restore step will almost certainly fail in the common case of virt-manager/virt-install since the files are unlinked. We treat restore as non-fatal though, so shouldn't cause any serious problems
Thanks, pushed now. - Cole