We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$(aqua root-dir)
https://tip.golang.org/doc/go1.24#directory-limited-filesystem-access https://pkg.go.dev/os@master#Root https://pkg.go.dev/os@master#OpenRoot
Go v1.24 introduces a new API to forbid file access out of a given directory.
Generally, aqua creates files only in $(aqua root-dir). Go's new API enables us to forbid to create files out of $(aqua root-dir).
No response
The text was updated successfully, but these errors were encountered:
Go 1.24 was released. https://go.dev/doc/go1.24#directory-limited-filesystem-access
Sorry, something went wrong.
No branches or pull requests
Feature Overview
https://tip.golang.org/doc/go1.24#directory-limited-filesystem-access
https://pkg.go.dev/os@master#Root
https://pkg.go.dev/os@master#OpenRoot
Go v1.24 introduces a new API to forbid file access out of a given directory.
Why is the feature needed?
Generally, aqua creates files only in
$(aqua root-dir)
.Go's new API enables us to forbid to create files out of
$(aqua root-dir)
.Example Code
No response
Note
No response
The text was updated successfully, but these errors were encountered: