]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security: Don't skip labelling for network disks
authorPeter Krempa <pkrempa@redhat.com>
Thu, 5 Jun 2014 13:56:33 +0000 (15:56 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 12 Jun 2014 08:32:12 +0000 (10:32 +0200)
commitcc6484d486701aad2b3c16e06e187b464eb16fed
treeb1da55d343dd722b5db01015d2ef6aefaf3e587e
parentf332ffc0dcb5a78629d42318a8199e01f5ea2885
security: Don't skip labelling for network disks

A network disk might actually be backed by local storage. Also the path
iterator actually handles networked disks well now so remove the code
that skips the labelling in dac and selinux security driver.
src/security/security_dac.c
src/security/security_selinux.c