Assume you have a chroot environment where you need a resource - an application or a library - which resides on the host (external to the chroot).
Which are the security implications (if any) of performing a mount --bind
(from the host to the chroot) on that resource rather than installing it on the chroot - i.e. via an apt-get install
-?