]> xenbits.xensource.com Git - libvirt.git/commit
selinux: Properly check TAP FD label
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Sep 2014 08:04:35 +0000 (10:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Sep 2014 08:04:35 +0000 (10:04 +0200)
commitb635b7a1af0e64754016d758376f382470bc11e7
tree60f4f9a4b04315cf1ec05ef0f3fddef578a9b18d
parent6c555027dd4ff862ab1d7dd710ee94a45b21d44a
selinux: Properly check TAP FD label

After a4431931 the TAP FDs ale labeled with image label instead
of the process label. On the other hand, the commit was
incomplete as a few lines above, there's still old check for the
process label presence while it should be check for the image
label instead.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/security/security_selinux.c