On 7/11/24 8:00 PM, Edgar Fuß wrote:
If a chrooted process uses emulation, will the emul lookup be inside the chroot or outside? E.g., will a lookup for /etc/foo first look for /emul/linux/etc/foo or for /var/chroot/bar/emul/linux/etc/foo before it looks for /var/chroot/bar/etc/foo?
Inside the chroot. Joerg