moby--moby/daemon/graphdriver/zfs
Sebastiaan van Stijn 73c1dae86d
zfs: fix incorrect permissions (staticcheck)
```
13:06:14 daemon/graphdriver/zfs/zfs.go:57:50: SA9002: file mode '600' evaluates to 01130; did you mean '0600'? (staticcheck)
13:06:14 	file, err := os.OpenFile("/dev/zfs", os.O_RDWR, 600)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-06 00:46:47 +02:00
..
MAINTAINERS zfs: add myself to MAINTAINERS 2015-05-08 17:48:20 +02:00
zfs.go zfs: fix incorrect permissions (staticcheck) 2019-08-06 00:46:47 +02:00
zfs_freebsd.go Standardized log messages accross the different storage drivers. 2018-03-27 14:37:30 +02:00
zfs_linux.go Standardized log messages accross the different storage drivers. 2018-03-27 14:37:30 +02:00
zfs_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
zfs_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00