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

Default to safe permissions when creating folders #128

Merged
merged 1 commit into from
May 18, 2020

Conversation

pfrenssen
Copy link
Member

ISAICP-5825

Description

Currently any command that uses the mkdir task without specifying their own permissions will cause the folder to be created with full read and write permissions for any user on the system. This is not safe on servers with shared access. Let's default to 755 instead which will prevent other users from writing to our folders by default.

Change log

  • Security: Default to 755 permission when creating folders

@pfrenssen pfrenssen merged commit f2f10ad into master May 18, 2020
@pfrenssen pfrenssen deleted the safe-mkdir-perms branch May 18, 2020 09:24
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.

3 participants