You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues go stale after 90 days of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30 days of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale
Hello! We've reproduced this issue, which affected one of our development environment.
@tgachet and I would be happy to share reproducible details
if you'd like to have additional ones even though it appears @cknave did all the necessary digging already ⛏️
Expected behavior
Given a file mounted via gRPC FUSE with the execute bits UNSET,
access("/some/file", X_OK)
returns an access denied errorActual behavior
access()
returns successInformation
Diagnostic logs
Steps to reproduce the behavior
docker-compose run test
The text was updated successfully, but these errors were encountered: