Open-source security tool "tiger" sent me an email containg this:
The configuration file /boot/grub/menu.lst has world permissions. Should be 0600
This is reported twice, once as a warning and in the same mail on the next line, as a failure.
Now I have two questions:
- Should I set permissions as the tool recommends? (This is for a fileserver exposing only very few ports, but to the general internet)
- Is this a misconfiguration of the tool (because it occurs twice)?
Executive Summary:
You should change the file permission to be
600
You might want to do the same for
/boot/grub/grub.cfg
Detailed Answer:
This issue was reported here a long time ago
According to the link in
launchpad
grub2
was fixed.