Move umasking for overlay images to wwctl
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -543,9 +543,6 @@ func CpioCreate(
|
||||
|
||||
args = append(args, cpio_args...)
|
||||
|
||||
oldMask := syscall.Umask(007)
|
||||
defer syscall.Umask(oldMask)
|
||||
|
||||
proc := exec.Command("cpio", args...)
|
||||
|
||||
stdin, err := proc.StdinPipe()
|
||||
|
||||
Reference in New Issue
Block a user