Jeff King <peff@xxxxxxxx> wrote: > If I understand correctly, the Linux implementation requires reading > from /proc. So an executable that only did RUNTIME_PREFIX (with no > fallback to static paths) would be unhappy inside a chroot or other > container that didn't mount /proc. If we need /proc, wouldn't we _already_ be unhappy inside a chroot that didn't mount /proc, even _with_ fallback to static paths? Last I knew, the whole point of chroots/containers/jails/etc. was to prevent access, from a process running inside the container, to any part of the FS that's outside of the container.