1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/archive
Shengjing Zhu f23c1c297d pkg/archive: TestUntarParentPathPermissions requires root
=== RUN   TestUntarParentPathPermissions
    archive_unix_test.go:171: assertion failed: error is not nil: chown /tmp/TestUntarParentPathPermissions694189715/foo: operation not permitted

Signed-off-by: Shengjing Zhu <zhsj@debian.org>
2021-02-27 21:53:16 +08:00
..
testdata
archive.go pkg/archive: Unpack() use 0755 permissions for missing directories 2021-02-17 16:24:52 +01:00
archive_linux.go pkg/archive: escape ":" symbol in overlay lowerdir 2020-05-12 13:28:04 +09:00
archive_linux_test.go pkg/archive: use containerd/sys to detect UserNamespaces 2020-06-15 13:06:47 +02:00
archive_other.go
archive_test.go archive: avoid creating parent dirs for XGlobalHeader 2021-02-04 18:38:51 -08:00
archive_unix.go pkg/archive: allow mknodding FIFO inside userns 2021-01-26 17:43:25 +09:00
archive_unix_test.go pkg/archive: TestUntarParentPathPermissions requires root 2021-02-27 21:53:16 +08:00
archive_windows.go
archive_windows_test.go
changes.go
changes_linux.go
changes_other.go
changes_posix_test.go
changes_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
changes_unix.go
changes_windows.go
copy.go
copy_unix.go
copy_unix_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
copy_windows.go
diff.go
diff_test.go
example_changes.go
README.md
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00

This code provides helper functions for dealing with archive files.