CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/03 10:00:18
Modified files:
usr.bin/ssh : clientloop.c mux.c
Log message:
pledges ssh client:
- mux client: which is used when ControlMaster is in use.
will end with "stdio proc tty" (proc is to permit sending SIGWINCH to mux
master on window resize)
- client loop: several levels of pledging depending of your used options
ok deraadt@
