Skip to content
Snippets Groups Projects
Commit 2e790e52 authored by Simon McVittie's avatar Simon McVittie
Browse files

pv-runtime: Bind-mount /etc/passwd, etc. into interpreter root too


As with previous commits, this ensures that they show up in a readdir()
of /etc by an x86 process under FEX-Emu. This commit covers files that
we get from the host system.

As with previous commits, this is actually slightly nicer than what
happens under FEX-Emu without using pressure-vessel, which is that
these files only exist in the real root and do not show up in readdir()
(except for host.conf, which arguably shouldn't be in the rootfs either).

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent d65e7d35
No related branches found
No related tags found
1 merge request!604Refactor creation of symlinks in an emulator's interpreter root
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment