1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
Sebastiaan van Stijn f9fb5d4f25
daemon/graphdriver/fuse-overlayfs: Init(): fix directory permissions (staticcheck)
daemon/graphdriver/fuse-overlayfs/fuseoverlayfs.go:101:63: SA9002: file mode '700' evaluates to 01274; did you mean '0700'? (staticcheck)
        if err := idtools.MkdirAllAndChown(path.Join(home, linkDir), 700, currentID); err != nil {
                                                                     ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-28 12:50:30 +01:00
..
aufs Lock down docker root dir perms. 2021-10-05 09:57:00 +02:00
btrfs Lock down docker root dir perms. 2021-10-05 09:57:00 +02:00
copy Use syscall.Timespec.Unix 2022-01-03 16:51:02 +01:00
devmapper refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
fuse-overlayfs daemon/graphdriver/fuse-overlayfs: Init(): fix directory permissions (staticcheck) 2022-01-28 12:50:30 +01:00
graphtest refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
overlay Lock down docker root dir perms. 2021-10-05 09:57:00 +02:00
overlay2 Lock down docker root dir perms. 2021-10-05 09:57:00 +02:00
overlayutils refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
register Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
vfs Lock down docker root dir perms. 2021-10-05 09:57:00 +02:00
windows refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
zfs Lock down docker root dir perms. 2021-10-05 09:57:00 +02:00
counter.go
driver.go
driver_freebsd.go
driver_linux.go storage-driver: promote overlay2, make Btrfs and ZFS opt-in 2021-07-21 14:53:56 +02:00
driver_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
driver_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
driver_windows.go
errors.go
fsdiff.go
plugin.go
proxy.go