buildah/copier
Nalin Dahyabhai fdc17039ee copier.Put(): clear up os/syscall mode bit confusion
When noting that a non-symlink has setuid/setgid/sticky bits, switch
from using "syscall" package bits and syscall.Chmod() to using "os"
package bits and os.Chmod(), and if the item's a directory, record the
updated mode information in the "directoryModes" map that we'll use to
reset its permissions later.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: Aditya R <arajan@redhat.com>
2022-12-08 10:58:12 -05:00
..
copier.go copier.Put(): clear up os/syscall mode bit confusion 2022-12-08 10:58:12 -05:00
copier_linux_test.go all: fix capabilities.NewPid deprecation warnings 2022-01-18 12:56:35 -08:00
copier_test.go copier: add `NoOverwriteNonDirDir` option 2022-08-03 11:54:53 -04:00
copier_unix_test.go copier: add Remove() 2021-04-20 14:09:50 -04:00
syscall_unix.go copier: add GetOptions.NoCrossDevice 2021-04-14 10:19:19 -04:00
syscall_windows.go copier: add GetOptions.NoCrossDevice 2021-04-14 10:19:19 -04:00
xattrs.go copier.unwrapError(): update for Go 1.16 2022-04-27 17:57:31 -04:00
xattrs_test.go copier.unwrapError(): update for Go 1.16 2022-04-27 17:57:31 -04:00
xattrs_unsupported.go Add the "copier" package 2020-07-20 23:08:57 -04:00