Actions
Bug #4032
closedThere is a typo in Rudder file disclaimer
Bug #4032:
There is a typo in Rudder file disclaimer
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
A few things about the Rudder disclaimer:
- Not all the files managed by Rudder have a disclaimer
- In /etc/ssh/sshd_config the disclaimer is printed twice and upside down
root@node:~# head -14 /etc/ssh/sshd_config ############################################################# ### This file is protected by your Rudder infrastructure. ### ### Manually editing the file might lead your Rudder ### ### infrastructure to change back the server?s ### ### configuration and/or to raise a compliance alert. ### ############################################################# ############################################################# ### configuration and/or to raise a compliance alert. ### ### infrastructure to change back the server?s ### ### Manually editing the file might lead your Rudder ### ### This file is protected by your Rudder infrastructure. ### #############################################################
Actions