commit | 39f303b1f36d934d8410b05625f25c7bcb75db4d | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Tue Feb 23 12:56:59 2016 +1100 |
committer | Damien Miller <djm@mindrot.org> | Tue Feb 23 12:58:53 2016 +1100 |
tree | 46f6c9d07b32f1eb86d0839a0a501eb8c65d0fe1 | |
parent | 0d1451a32c7436e6d3d482351e776bc5e7824ce4 [diff] |
fix sandbox on OSX Lion sshd was failing with: ssh_sandbox_child: sandbox_init: dlopen(/usr/lib/libsandbox.1.dylib, 261):cw image not found [preauth] caused by chroot before sandboxing. Avoid by explicitly linking libsandbox to sshd. Spotted by Darren.