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

Store read-only permissions #106

Open
erikreinert opened this issue Dec 15, 2024 · 0 comments
Open

Store read-only permissions #106

erikreinert opened this issue Dec 15, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@erikreinert
Copy link
Member

Overview

Vorpal has been slowly adopting reproducibility practices where it can and will eventually need to support making sure all files in the store are properly set to read-only WITHOUT breaking any other permissions that may exist (exec, etc).

Changes

This will require going into the source code and finding all places files are placed in the store and properly set them to read only. This should be separate from the already existing "set_timestamps" function as that has value outside of setting permissions.

@erikreinert erikreinert added enhancement New feature or request good first issue Good for newcomers labels Dec 15, 2024
@erikreinert erikreinert added this to the 0.1.0 milestone Jan 3, 2025
@erikreinert erikreinert removed the good first issue Good for newcomers label Jan 10, 2025
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

No branches or pull requests

1 participant