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

Ensure all file permissions are set to specified unprivileged user #1175

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

josegonzalez
Copy link
Member

This change avoids a potentially heavy chown operation at the start of the container process - in fact, it may even allow us to drop perm changes completely - by ensuring any created files are always set to the correct permissions.

This change avoids a potentially heavy chown operation at the start of the container process - in fact, it may even allow us to drop perm changes completely - by ensuring any created files are _always_ set to the correct permissions.
@josegonzalez josegonzalez merged commit 9b62f6d into master Mar 28, 2024
35 checks passed
@josegonzalez josegonzalez deleted the file-perms branch March 28, 2024 20:50
josegonzalez added a commit that referenced this pull request Mar 28, 2024
- #1093 @dependabot: chore(deps): bump actions/download-artifact from 3 to 4
- #1173 @josegonzalez: Use find to identify only files not already owned by user
- #1174 @josegonzalez: Add linting to CI
- #1175 @josegonzalez: Ensure all file permissions are set to specified unprivileged user
- #467 @mlandauer: Only copy from app import path to app path when building
@josegonzalez josegonzalez mentioned this pull request Mar 28, 2024
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.

1 participant