In my opinion it's considered an unsafe practice to have the default permissions of folders set to 0777 upon install of new modules.
I can see in file controllers\admin\AdminModulesController.php line 1222, 1225, 1252 and 1255 that the default chmod is set to 0777.
Shouldn't this rather default to 0755?
Question
smarterweb
In my opinion it's considered an unsafe practice to have the default permissions of folders set to 0777 upon install of new modules. I can see in file controllers\admin\AdminModulesController.php line 1222, 1225, 1252 and 1255 that the default chmod is set to 0777. Shouldn't this rather default to 0755?
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now