-
Notifications
You must be signed in to change notification settings - Fork 165
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
tighten permissions #266
tighten permissions #266
Conversation
@@ -6,7 +6,7 @@ | |||
path: /etc/rancher/rke2 | |||
owner: root | |||
group: root | |||
mode: 0755 | |||
mode: 0750 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role.
@@ -13,4 +13,4 @@ | |||
dest: "{{ rke2_data_path }}/server/manifests/rke2-ingress-nginx-config.yaml" | |||
owner: root | |||
group: root | |||
mode: 0664 | |||
mode: 0660 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role.
@@ -6,7 +6,7 @@ | |||
path: /etc/rancher/rke2 | |||
owner: root | |||
group: root | |||
mode: 0755 | |||
mode: 0750 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role.
@@ -6,7 +6,7 @@ | |||
path: /etc/rancher/rke2 | |||
owner: root | |||
group: root | |||
mode: 0755 | |||
mode: 0750 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifying file and directory permissions to differ from those in the upstream RKE2 installation is not within the scope of this Ansible Role.
ok makes sense |
Description
This tightens security a bit.
Type of change
How Has This Been Tested?
it works fine