pwhalen / pungi-fedora

Forked from pungi-fedora 4 years ago
Clone

95fb8fd Set umask to 0002 for ostree operations

Authored and Committed by mohanboddu 4 years ago
1 file changed. 6 lines added. 0 lines removed.
    Set umask to 0002 for ostree operations
    
    See https://github.com/ostreedev/ostree/pull/1984 where OSTree was
    changed to try to set group write on directories. We need to set a more
    permissive umask to take advantage of it.
    
    This is all done to support writing to the OSTree repo from OpenShift
    projects that run as a random UID, but have ftpsync (gid:263) in their
    supplemental groups. For more context see: https://pagure.io/releng/issue/8811#comment-629051
    
    Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
    
        
file modified
+6 -0