Re: emulation and chroot
Jörg Sonnenberger <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
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