bda733d Use proper SELinux context with http.keytab

1 file Authored by mbasti 6 years ago, Committed by mbabinsk 6 years ago,
    Use proper SELinux context with http.keytab
    
    During upgrade keytab is moved to a new location using "move" operation.
    This commit replaces move operation with "copy" and "remove" that
    ensures a proper selinux context.
    
    https://pagure.io/freeipa/issue/6924
    
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>