mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 09:25:43 +00:00
6 lines
118 B
Go
6 lines
118 B
Go
package archive
|
|
|
|
// overrideUmask is a no-op on windows.
|
|
func overrideUmask(newmask int) func() {
|
|
return func() {}
|
|
}
|