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

permissions #62

Closed
mybigman opened this issue Jun 4, 2014 · 4 comments
Closed

permissions #62

mybigman opened this issue Jun 4, 2014 · 4 comments

Comments

@mybigman
Copy link

mybigman commented Jun 4, 2014

Can you please change the permissions from 0755 to 0775 or at least make it a config option.

  • Side note - you may want to put in the docs that module:generate depends on way/generators... took me a bit to work this out :(
@bstrahija
Copy link
Member

Permissions for what exactly?

Yeah I've been meaning to update the docs, I don't have enough free time lately ;)

@mybigman
Copy link
Author

mybigman commented Jun 4, 2014

when you create module etc permissions are set to 755

ie
$this->app['files']->makeDirectory($modulePath . '/assets', 0755);
$this->app['files']->makeDirectory($modulePath . '/config', 0755);
$this->app['files']->makeDirectory($modulePath . '/controllers', 0755);
...

can you make this a config option or 775.

thx

@bstrahija
Copy link
Member

This should be by default 0755, but it would be good to make it configurable. As soon as I find some time, or just submit a PR.

@mybigman
Copy link
Author

mybigman commented Jun 5, 2014

yeh it is 0755 by default. Where in a multi user environment where we need 0775 as only users in the www group can edit etc.

thanks

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

No branches or pull requests

2 participants