Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postprocess: Ensure dirs are 0755 regardless of umask
`umask` is one of those really evil Unix things...it's pretty crazy actually there's still no threadsafe way to "`mkdir` ignoring umask". This surfaced in someone using coreos-assembler with a working directory of mode `0750` and having that surface in the target rootfs. Ref: coreos/fedora-coreos-tracker#272 Closes: coreos#1902 Approved by: jlebon
- Loading branch information