]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix SELinux security label test
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Dec 2012 10:05:17 +0000 (10:05 +0000)
committerEric Blake <eblake@redhat.com>
Fri, 22 Feb 2013 16:25:41 +0000 (09:25 -0700)
commit119c079c5b922eeef47316cb32db49287d98f876
tree8b7115ad1f165e2329f8b9df5ece0a2dac2b7220
parente91f69ed89de496c99de3a45afa6c55315864454
Fix SELinux security label test

If securityselinuxtest was run on a system with newer SELinux
policy it would fail, due to using svirt_tcg_t instead of
svirt_t. Fixing the domain type to be KVM avoids this issue.
(cherry picked from commit 32df483f1d5916f00e3ab15158f099234909e9c2)
tests/securityselinuxtest.c