CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/16 15:51:05
Modified files:
usr.bin/ssh : sshd.c
Log message:
always call privsep_preauth_child() regardless of whether sshd
was started by root; it does important priming before sandboxing
and failing to call it could result in sandbox violations later;
ok markus@
