mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
7 lines
118 B
Go
7 lines
118 B
Go
package archive
|
|
|
|
// overrideUmask is a no-op on windows.
|
|
func overrideUmask(newmask int) func() {
|
|
return func() {}
|
|
}
|