akasurde / freeipa

Forked from freeipa 7 years ago
Clone

5c2dbcc Explicitly call chmod on newly created directories

Authored and Committed by mbasti 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 -1