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

Some of the patches we talked about #57

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Some of the patches we talked about #57

wants to merge 6 commits into from

Conversation

cfedde
Copy link

@cfedde cfedde commented Aug 9, 2013

I've updated this to match the discussion.

@@ -179,6 +179,7 @@ sub setup {
my $opt_sticky_777 = 1;
my $opt_install_services = 1;
my $opt_crontab = 1;
my $opt_umask = 0002;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure it should be 0002 and not 0022?

I understand root usually belongs to a special group, root or wheel, and it makes sense to allow everyone from this special group to edit these files.
But Ubic often gets installed from non-root users, into ~, and allowing everyone in users group to edit its files is a mistake.

I also checked my OSX system and Ubuntu 12.04, both default to 0022 root umask.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make it 0022. That is permissive enough.

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.

2 participants