Files containing sensitive informations should be protected by restrictive
permissions. Most of the time, there is no need that these files need to be read by any non-root user
To properly set the permissions of /boot/System.map-*
, run the command:
$ sudo chmod 0600 /boot/System.map-*