commit | 0c55627167870255158db1cde0d28366f91c8872 | [log] [tgz] |
---|---|---|
author | Jann Horn <jann@thejh.net> | Sun Oct 04 19:29:12 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 04 19:20:30 2015 +0100 |
tree | ea04d97cb79cc262364468e0741cfa3dfb1afabd | |
parent | 3c5a0357fdb3a9116a48dbdb0abb91fd23fbff80 [diff] |
drivers/tty: require read access for controlling terminal This is mostly a hardening fix, given that write-only access to other users' ttys is usually only given through setgid tty executables. Signed-off-by: Jann Horn <jann@thejh.net> Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>