Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
sbin
/
//proc/self/root/sbin/wrap-start
#!/bin/bash . /lib/start-lib.sh if [ "$1" = "/usr/lib/openssh/sftp-server" ]; then export LD_PRELOAD="${LD_PRELOAD}:sftp-chroot.so" "$@" else do_as hosting-user "$@" fi