florianutz / Ubuntu1804-CIS

Ubuntu CIS Hardening Ansible Role
MIT License
212 stars 127 forks source link

Fix grub password task #30

Closed bartlomiejsawicki closed 5 years ago

bartlomiejsawicki commented 5 years ago

In original version grub password step is not setting any password in grub just generate it. This pull request fix it and use correct encryption of password. There is also possibility to disable password prompt for boot to system which is by default enabled.

florianutz commented 5 years ago

Thank you for your PR. I need some time to validate the impact of the changes in my lab.