commit | a342ca1c78627c3a8b2a8c4e6d5f6ab1b88e6169 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon Aug 13 10:18:09 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 13 16:57:58 2012 -0700 |
tree | 7004ec8bafe586bf93c0cf72a8e72f02652f8cb0 | |
parent | 27bf7c43a19c66bdc96ee3ee5a67e3bc2d601736 [diff] |
TTY: mxser, fix invalid module_parm permissions 444 means 0674 and we do not definitely want that. Use S_IRUGO which is much more safer. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Reported-by: Rusty Russell <rusty@ozlabs.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>