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

Enhancement: reduce permissions on install script elastic-cloud-enterprise.sh #110

Open
jguay opened this issue Feb 12, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jguay
Copy link
Contributor

jguay commented Feb 12, 2021

At the moment the installation script is owned by root in elastic home directory with execution permissions on any user

$ ls -l /home/elastic/
-rwxr-xr-x 1 root root 54962 Feb  7 22:55 elastic-cloud-enterprise.sh

This is not causing any issue especially as the home folder of user elastic is not accessible to users without sudo, but for the sake of it, it might be good to add owner and group with value elastic and possibly use something more restrictive than mode: 0755 in ece-bootstrap/main.yml

@jguay jguay added the enhancement New feature or request label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant