|
@@ -2729,7 +2729,7 @@ func (s *DockerSuite) TestRunContainerWithReadonlyRootfs(c *check.C) {
|
|
if root := os.Getenv("DOCKER_REMAP_ROOT"); root != "" {
|
|
if root := os.Getenv("DOCKER_REMAP_ROOT"); root != "" {
|
|
testPriv = false
|
|
testPriv = false
|
|
}
|
|
}
|
|
- testReadOnlyFile(c, testPriv, "/file", "/etc/hosts", "/etc/resolv.conf", "/etc/hostname", "/sys/kernel", "/dev/.dont.touch.me")
|
|
|
|
|
|
+ testReadOnlyFile(c, testPriv, "/file", "/etc/hosts", "/etc/resolv.conf", "/etc/hostname", "/sys/kernel")
|
|
}
|
|
}
|
|
|
|
|
|
func (s *DockerSuite) TestPermissionsPtsReadonlyRootfs(c *check.C) {
|
|
func (s *DockerSuite) TestPermissionsPtsReadonlyRootfs(c *check.C) {
|