diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-26 17:51:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-29 01:51:33 +0200 |
commit | 8dc6195c97e6bfc70a0158bce40c87d74d1a83d6 (patch) | |
tree | 3e428027ff4670b245da7f21ae726d5cb800df14 /libpwdgrp/pwd_grp_internal.c | |
parent | abb0952e63ed09a5bd5d73346305f6403b45d47d (diff) | |
download | busybox-8dc6195c97e6bfc70a0158bce40c87d74d1a83d6.tar.gz |
setconsole: open console for writing rather than reading
The console passed to TIOCCONS has to be writable, otherwise future
console writes will fail.
This presumably used to work, but in current kernels (see
drivers/tty/tty_io.c:redirected_tty_write) console writes are sent to
vfs_write(device), which checks if the device is writable. A quick look
in the linux git history doesn't show any recent changes to either tty_io
or vfs_write.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libpwdgrp/pwd_grp_internal.c')
0 files changed, 0 insertions, 0 deletions