]> xenbits.xensource.com Git - libvirt.git/commit
selinux: Only close the selabel_handle once
authorJán Tomko <jtomko@redhat.com>
Tue, 1 Oct 2013 11:15:12 +0000 (13:15 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 1 Oct 2013 13:00:07 +0000 (15:00 +0200)
commitf1bdcb2be92b5545d5c33485431d7129a8098cd9
tree33172b494d17d1298af495ffcd73a144742abdcb
parentbc3070c7190609448386084e913436720c3e8394
selinux: Only close the selabel_handle once

On selinux driver initialization failure (missing/incorrectly
formatted contexts file), selabel_handle was closed twice.

Introduced by 6159710.
src/security/security_selinux.c