So VCM is patching our Oracle Linux servers great now (thank you 5.7.2) however there is an issue.
On some of our servers the immutable flag is set on grub.conf. This is simple to fix. Just do a "chattr -i /boot/grub.conf" and we're on our way.
I'm looking for a way to automate this....
How can I create a compliance template to run a lsattr command to check to see if the immutable flag is set on /boot/grub.conf and, can I remediate that with a remote command?
Appreciate the help.
Steve