62e72c2 Add exec to /var/lib/ipa/sysrestore for install status inquiries

1 file Authored by rcritten 6 years ago, Committed by stlaz 6 years ago,
    Add exec to /var/lib/ipa/sysrestore for install status inquiries
    
    installutils.is_ipa_configured() previously required root
    privileges to see whether there were sysrestore or filestore
    files. The directory was mode 0700 so this function always returned
    False for non-root users.
    
    Relaxing permissions is is needed to run the tests as the jenkins user.
    
    Backed-up files retain their original FS permissions so this
    shouldn't disclose any previously unreadable backed-up configuration.
    
    https://pagure.io/freeipa/issue/7157
    
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+1 -1