On 07/03/2013 02:43 PM, Peter Krempa wrote:
The imagelabel SELinux label was only generated when relabeling was
enabled. This prohibited labeling of files created by libvirt that need
to be labeled even if relabeling is turned off.
The only codepath this change has direct impact on is labeling of FD's
s/FD's/FDs/
passed to qemu which is allways safe in current state.
s/allways/always/
The only affected function is virSecuritySELinuxSetImageFDLabel() and
that's desired, so ACK.
Martin