moby/daemon/graphdriver
Daniel, Dao Quang Minh 281abd2c8a aufs: apply dirperm1 by default if supported
Automatically detect support for aufs `dirperm1` option and apply it.
`dirperm1` tells aufs to check the permission bits of the directory on the
topmost branch and ignore the permission bits on all lower branches.
It can be used to fix aufs' permission bug (i.e., upper layer having
broader mask than the lower layer).

More information about the bug can be found at https://github.com/docker/docker/issues/783
`dirperm1` man page is at: http://aufs.sourceforge.net/aufs3/man.html

Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com>
2015-03-26 07:25:42 +00:00
..
aufs aufs: apply dirperm1 by default if supported 2015-03-26 07:25:42 +00:00
btrfs btrfs: #ifdef for build version 2015-03-25 13:56:51 -04:00
devmapper Fixed redundant else in GetDeviceStatus 2015-03-25 09:53:04 +01:00
graphtest Format error by value 2015-03-16 12:05:53 +01:00
overlay Fixed redundant else 2015-03-25 23:44:32 +01:00
vfs Two SELinux Changes. 2015-03-05 13:55:44 -05:00
driver.go fix warning messages 2015-03-11 08:47:45 +08:00
driver_linux.go Add backing filesystem info to docker info command where applicable 2015-01-16 14:43:43 -05:00
driver_unsupported.go Add backing filesystem info to docker info command where applicable 2015-01-16 14:43:43 -05:00
fsdiff.go Refactor to optimize storage driver ApplyDiff() 2014-12-17 21:54:23 -08:00