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

new feature: mechanism to perform file and directory permission normalization within /rawdata #75

Open
georgemarselis-nvi opened this issue Sep 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@georgemarselis-nvi
Copy link
Collaborator

All files under /rawdata should be 644 and directories should be 755 . that way we prevent random executables within the raw data.

this should be done in some other way, other than the half-hour script running os.chmod() itself.

pushing this down when this is daemonized and fork()ing for the responsible user.

@georgemarselis-nvi georgemarselis-nvi added the enhancement New feature or request label Sep 22, 2023
@georgemarselis-nvi georgemarselis-nvi self-assigned this Sep 22, 2023
@georgemarselis-nvi georgemarselis-nvi changed the title new feature: mechanism to perform file and directory normalization within /rawdata new feature: mechanism to perform file and directory permission normalization within /rawdata Oct 17, 2023
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