+++ This bug was initially created as a clone of Bug #2063327 +++ +++ This bug was initially created as a clone of Bug #2063326 +++ +++ This bug was initially created as a clone of Bug #2063324 +++ Description of problem: While integrating with HyperShift which executes MCO binaries in unprivileged containers, I discovered the MCO template execution is creating a parent output directory with mode 0655, which causes rendering to fail because subdirectories and files can't be created within that parent due to the missing executable bit for the owner. Version-Release number of MCO (Machine Config Operator) (if applicable): 4.11 Platform (AWS, VSphere, Metal, etc.): All Are you certain that the root cause of the issue being reported is the MCO (Machine Config Operator)? (Y/N/Not sure): Yes Steps to Reproduce: Run `machine-config-operator bootstrap ... --dest-dir=/output`. Actual results: Resulting destination directory has mode `drw-r-xr-x`. Expected results: Destination directory should have mode `drwxr-xr-x`.
*** Bug 2063816 has been marked as a duplicate of this bug. ***
We don't need a 4.8 backport after all.