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

Secure files that get generated via ansible #243

Open
aleiner opened this issue Jun 4, 2024 · 1 comment
Open

Secure files that get generated via ansible #243

aleiner opened this issue Jun 4, 2024 · 1 comment

Comments

@aleiner
Copy link
Contributor

aleiner commented Jun 4, 2024

https://www.stigviewer.com/stig/rancher_government_solutions_rke2/2022-10-13/finding/V-254564

@aleiner
Copy link
Contributor Author

aleiner commented Jun 5, 2024

Currently don't pass the following:

  1. Ensure correct permissions of each file in /var/lib/rancher/rke2/data
    cd /var/lib/rancher/rke2/data
    ls -l

all owners are root:root
all files are 0640

  1. Ensure correct permissions of /var/lib/rancher/rke2/server
    cd /var/lib/rancher/rke2/server
    ls -l

The following directories are set to 0750
manifests
logs

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