chiark / gitweb /
rules: create /dev/cpu/<n>/cpuid world readable
authorAndre Przywara <andre.przywara@amd.com>
Thu, 23 Apr 2009 22:29:53 +0000 (00:29 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 23 Apr 2009 22:29:53 +0000 (00:29 +0200)
I don't see any security implications, to be actually useful,
/dev/cpu/<n>/cpuid should be world readable. The cpuid instruction
can be called from userspace anyway, so there is nothing to hide.
The device does not support any write operation, so 0444 should
suffice.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>

No differences found