commit | d2b690714cd7d328561bfb9bf941edd6a3316a85 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jul 27 15:06:05 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 01 15:31:34 2008 -0400 |
tree | ee86931bb3a52998ba29266d038d8e219aba3824 | |
parent | 7c7e6af37dad30632103497a72a1273d18ec55fe [diff] |
rt2x00: Fix access permissions on debugfs files Although most rt2x00 debugfs files don't contain information which could compromise network security, it is better to set the access permissions to root only. This will be required when HW crypto is implemented, because it could be possible to read the HW key from the registers. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>