The Ubuntu Security team would like to see this fixed, though it probably would be worth adding the following change to the service file so that on log rotation the permissions are corrected as well:
-ExecStartPre=-/usr/bin/savelog -q -p -n -c 5 /var/log/dmesg +ExecStartPre=-/usr/bin/savelog -m640 -q -p -n -c 5 /var/log/dmesg
Thanks!
The Ubuntu Security team would like to see this fixed, though it probably would be worth adding the following change to the service file so that on log rotation the permissions are corrected as well:
-ExecStartPre= -/usr/bin/ savelog -q -p -n -c 5 /var/log/dmesg -/usr/bin/ savelog -m640 -q -p -n -c 5 /var/log/dmesg
+ExecStartPre=
Thanks!