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

The env files made in /etc/profile.d/ should not have the execution bit set...they will not be read in Centos 7 #15

Open
joshoohaah opened this issue Aug 6, 2015 · 1 comment

Comments

@joshoohaah
Copy link
Contributor

created several proxy variables. the formats magic_shell drops them in on linux v6 systems and before are fine and will work (for 0755 permissions).
However for linux v7 these files should not have the +x bit set because they will not be read in.
Suggest to change it so the file dropped in is as 0644 and not 0755. Doing it this way will still make all v6 machines act in the same manner.

image

@joshoohaah
Copy link
Contributor Author

this code been merged to master.. just need it to be synced downstream with Chef Supermarket

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

1 participant