Skip to content

fix make install to use explicit permissions in mkdir commands #10046

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

Closed
ibukanov opened this issue Oct 24, 2013 · 0 comments · Fixed by #10048
Closed

fix make install to use explicit permissions in mkdir commands #10046

ibukanov opened this issue Oct 24, 2013 · 0 comments · Fixed by #10048

Comments

@ibukanov
Copy link
Contributor

This is a follow up for #5742 to fix make install so its mkdir usage use explicit permissions rather than relining on the inherited umask.

bors added a commit that referenced this issue Oct 26, 2013
The patch replaces mkdir -p dir with (umask 022 && mkdir -p dir). Sadly mkdir -m 755 -p dir does not work if it creates parent directories as those parents will have umask permissions, not the one passed with -m option.   

Closes #10046
@bors bors closed this as completed in 47fff53 Oct 26, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 17, 2022
CI: Don't install no longer needed dependencies on i386

changelog: none

closes rust-lang#10040
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 a pull request may close this issue.

1 participant