Skip to content

issue 18: Explicitly use chmod to set directory modes #19

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

Merged

Conversation

JulienPalard
Copy link
Member

As the current ulimit is 0007, directories created with mode=0o775 were created with mode 770, disallowing nginx and human users to traverse them.

JulienPalard added a commit to JulienPalard/docsbuild-scripts that referenced this pull request Aug 3, 2017
I see something like:

    drwxr-xr-x 19 docsbuild docs      4.0K Jul 10 04:26 3.5
    drwxr-xr-x 19 docsbuild docs      4.0K Jul 10 05:05 3.6
    drwxrwx--- 19 docsbuild docsbuild 4.0K Aug  1 23:19 3.7

With the chmod of python#19
and this chgrp everything should be fixed.
JulienPalard added a commit that referenced this pull request Aug 6, 2017
I see something like:

    drwxr-xr-x 19 docsbuild docs      4.0K Jul 10 04:26 3.5
    drwxr-xr-x 19 docsbuild docs      4.0K Jul 10 05:05 3.6
    drwxrwx--- 19 docsbuild docsbuild 4.0K Aug  1 23:19 3.7

With the chmod of #19
and this chgrp everything should be fixed.
@JulienPalard JulienPalard force-pushed the issue18-chmod-on-directories branch 5 times, most recently from 549f3cf to 6fc70a1 Compare August 6, 2017 09:18
@JulienPalard JulienPalard force-pushed the issue18-chmod-on-directories branch from 6fc70a1 to 347786d Compare August 6, 2017 09:38
@JulienPalard JulienPalard merged commit d323997 into python:master Aug 6, 2017
@JulienPalard JulienPalard deleted the issue18-chmod-on-directories branch October 15, 2017 10:22
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.

1 participant