Re: read-only sharing of a read-write session

2010-05-11 Thread Lars Nooden
On Tue, 11 May 2010, Nicholas Marriott wrote: > Yeah we should probably relax that to allow group permissions, try this. The patch itself allows tmux to tolerate a socket which has group read write permissions allowed. In practice, tmux recreates the socket or resets the permissions back to the

Re: read-only sharing of a read-write session

2010-05-11 Thread Lars Nooden
On Tue, 11 May 2010, Nicholas Marriott wrote: > I had code to support forcing read-only but it wasn't well tested and Is it available still? I tried changing the permissions of the tmux socket directory to 750 and 710 but tmux would not allow either to be used, perhaps rightly so. Here are the

read-only sharing of a read-write session

2010-05-10 Thread Lars Nooden
ser connecting to the server tmux -S /tmp/tmux-1000/default attach-session -r Is there a way to start a session to force additional windows to be read only? screen had 'aclchg' or something