Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate EACCES to PERMISSION_DENIED. #478

Merged
merged 1 commit into from Oct 30, 2021
Merged

Conversation

tommie
Copy link
Contributor

@tommie tommie commented Oct 30, 2021

This is returned by (POSIX) open(2) if there is a permission issue,
e.g. opening a read-only file for writing.

This is returned by (POSIX) open(2) if there is a permission issue,
e.g. opening a read-only file for writing.
@puellanivis
Copy link
Collaborator

Tested against all GOOS for GOARCH=amd64 GOARCH=386 as well as js/wasm and aix/ppc64 all either pass tests or compile. 👍

@puellanivis puellanivis merged commit 7adab6c into pkg:master Oct 30, 2021
@tommie tommie deleted the eaccess branch October 30, 2021 17:36
tommie added a commit to tommie/fisy that referenced this pull request Nov 1, 2021
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.

None yet

2 participants