4272ba4 Explicitly call chmod on newly created directories

5 files Authored by mbasti 8 years ago, Committed by tbabej 8 years ago,
    Explicitly call chmod on newly created directories
    
    Without calling os.chmod(), umask is effective and may cause that
    directory is created with permission that causes failure.
    
    This can be related to https://fedorahosted.org/freeipa/ticket/5520
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>
    
        
file modified
+1 -0