jailsetup.sh: create $chroot/run -> $chroot/var/run symlink
commitb3f6aba06a4f1da9737869884fb35d6d640c4d7e
authorKyle J. McKay <mackyle@gmail.com>
Tue, 7 Jul 2020 05:07:36 +0000 (6 22:07 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 7 Jul 2020 05:07:36 +0000 (6 22:07 -0700)
tree012d964536998d1855c6f1edad0df38db477c000
parentc8488000495fbab9c695704bc6b61c9c3fa754f0
jailsetup.sh: create $chroot/run -> $chroot/var/run symlink

Newer sshd running with privilege separation may be looking for
a "/run" in the jail rather than a "/var/run" and if it does not
find it, it will not start!

Add a symbolic link from /run in the chroot jail to /var/run in
the chroot jail so that all versions of sshd get happy.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jailsetup.sh