commit | d4209743e9deae7a9ff440fe1a1a46349cf5e92c | [log] [tgz] |
---|---|---|
author | Sven Vermeulen <sven.vermeulen@siphos.be> | Wed May 01 22:26:32 2013 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Oct 16 15:24:22 2013 -0400 |
tree | d473d6144f84158fa8ae92dead3d609a1ba2ff86 | |
parent | 622ebe0994b9fe2e7ae301fdabe5760ae8970c9d [diff] |
Open stdin as read/write As per the discussion on the selinux development mailinglist, the tmux application expects the stdin to be writeable. Although perhaps not the most proper way, having newrole opening the descriptor in read/write keeps the behaviour in line with what applications expect. See also http://marc.info/?l=selinux&m=136518126930710&w=2 Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>