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

LME won't install on CIS hardened server #520

Open
GRRLjay opened this issue Nov 22, 2024 · 1 comment
Open

LME won't install on CIS hardened server #520

GRRLjay opened this issue Nov 22, 2024 · 1 comment

Comments

@GRRLjay
Copy link

GRRLjay commented Nov 22, 2024

If users are running an Ubuntu 22.04 server hardened according to the CIS benchmark, the Ansible playbook won't get everything installed correctly.

Through trial and error I was able to determine that the following changes were necessary:

  1. Loosen the UMASK in /etc/login.defs from the CIS recommended 027. Going back to the default 022 works.
  2. Disable UFW during the install or determine which ports need to be opened for the install to complete successfully.

Maybe this is too specific to document, but now it's at least recorded in an issue.

@aarz-snl
Copy link
Collaborator

aarz-snl commented Nov 26, 2024

IRT UMASK during the playbook we set the permissions for each directory.

Maybe the initial directory upon download of the source code is being set to 750?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Product Backlog
Development

No branches or pull requests

2 participants