
8 Jul
2013
8 Jul
'13
4:07 p.m.
On 07/08/13 15:01, Martin Kletzander wrote:
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.
I've fixed the spelling and pushed the series. Thanks. Peter