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

pv-wrap: Mount graphics provider in $FEX_ROOTFS/var under FEX-Emu


We have to mount the graphics provider below $FEX_ROOTFS, so that when
other parts of the $FEX_ROOTFS have symbolic links into it, those
symlinks are resolved successfully even with FEX's interference (it
resolves symlinks as if chrooted into the $FEX_ROOTFS).

However, if we mount anything below $FEX_ROOTFS/run, that has the
undesired effect that sockets mounted in the real root filesystem's
/run are not visible to a readdir() by emulated x86 code. If we move
the graphics provider outside /run, we can avoid this.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 869f5a74
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