commit | 0f2cbd38aa377e30df3b7602abed69464d1970aa | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Thu Nov 15 19:24:03 2007 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Thu Nov 15 19:24:03 2007 +0100 |
tree | 8002385cdbedf5462b46b33d9a6310a7218c2961 | |
parent | be8a1f7cd4501c3b4b32543577a33aee6d2193ac [diff] |
i2c/eeprom: Hide Sony Vaio serial numbers The sysfs interface to DMI data takes care to not make the system serial number and UUID world-readable, presumably due to privacy concerns. For consistency, we should not let the eeprom driver export these same strings to the world on Sony Vaio laptops. Instead, only make them readable by root, as we already do for BIOS passwords. Signed-off-by: Jean Delvare <khali@linux-fr.org>