Skip to content

Conversation

@kelvich
Copy link
Contributor

@kelvich kelvich commented Jul 10, 2020

After installing 2.3.3.0 I was unable to run cat ~/Library/Containers/com.docker.docker/Data/vms/0/tty because file permissions were 000. It looks like open() in 4aad16e with O_CREAT flag takes three arguments, but only two were provided and that third argument was taken from stack, which resulted in zero permissions on file in my case.

Signed-off-by: Stas Kelvich <stanconn@gmail.com>
Copy link
Collaborator

@djs55 djs55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you!

@djs55 djs55 merged commit 163c134 into moby:master Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants