Files
moby/daemon/command
Paweł Gronowski aa9c2f20b8 daemon: Set umask to 0000
Previously the daemon forced its umask to 0022, which silently stripped
the group/other-write bits from any explicitly requested file mode.

This caused e.g. `COPY --chmod=777` to result in 0755 rather than 0777.

Clear the umask so explicit modes are honored.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-06-17 14:22:50 +02:00
..
2025-10-15 22:30:38 +02:00
2025-12-15 18:56:34 +01:00
2026-06-17 14:22:50 +02:00