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

[feature request] Support containers.*.files[*].mode #88

Closed
astromechza opened this issue Mar 17, 2024 · 0 comments · Fixed by #92
Closed

[feature request] Support containers.*.files[*].mode #88

astromechza opened this issue Mar 17, 2024 · 0 comments · Fixed by #92
Labels
enhancement New feature or request

Comments

@astromechza
Copy link
Member

We're currently ignoring the file mode specified for container files.

This should be relatively easy to fix: just chmod the file before we mount it, for extra points, validate tha mode & 0600 == 0600 so that the "owning" user always has read/write.

@astromechza astromechza added the enhancement New feature or request label Mar 17, 2024
@astromechza astromechza linked a pull request Mar 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant