+++ This bug was initially created as a clone of Bug #653245 +++ Description of problem: The kernel syslog contains debugging information that is often useful during exploitation of other vulnerabilities, such as kernel heap addresses. Rather than futilely attempt to sanitize hundreds (or thousands) of printk statements and simultaneously cripple useful debugging functionality, it is far simpler to create an option that prevents unprivileged users from reading the syslog. This patch, loosely based on grsecurity's GRKERNSEC_DMESG, creates the dmesg_restrict sysctl. When set to "0", the default, no restrictions are enforced. When set to "1", only users with CAP_SYS_ADMIN can read the kernel syslog via dmesg(8) or other mechanisms. Upstream commit: http://git.kernel.org/linus/eaf06b241b091357e72b76863ba16e89610d31bd
mv 1.3 to 2.0
The patch is in rt-3.0.4-rt14 as far as I can see.
The patch was in rt-3.0.4-rt14