Skip to content
  • Simon McVittie's avatar
    pv-wrap: Mount graphics provider in $FEX_ROOTFS/var under FEX-Emu · f80aaec5
    Simon McVittie authored
    
    
    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>
    f80aaec5