]> 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)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Dec 2012 10:05:17 +0000 (10:05 +0000)
commit32df483f1d5916f00e3ab15158f099234909e9c2
tree3b2040addcfd125962a5f41442a6658fdf0a8f85
parentb12a9cdedd89b5eea1687765efe10f1512d36db6
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.
tests/securityselinuxtest.c