| commit | 9d49e861a5e31fb7f575f348743886189045e102 | [log] [tgz] |
|---|---|---|
| author | Jiri Slaby <jirislaby@gmail.com> | Sun Jun 28 23:25:28 2009 +0200 |
| committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:02:26 2009 -0400 |
| tree | 2392541960aca9fbdd1c00e0694f0c5402036bb3 | |
| parent | 31670070ffe18f8e8743109b19297a0efac0a72c [diff] |
ath9k: remove permissions from debugfs files Don't allow users to open debugfs files, because it can cause oopses. When a user opens some file, driver unlinks it and frees the corresponding structure, we will dereference freed memory. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>