I'd like to mount /home/user/foo from Secure appvm at /home/user/foo on Personal appvm. The folder would be mounted as read only.
Rather than copy the files and waste space, I'd like to just have them accessible.
Is this possible?
Never mind... this is done by mounting the image of the Secure appvm in the Personal appvm
In dom0:
qvm-block -A --ro Personal dom0:/var/lib/qubes/appvms/Secure/private.img
qvm-run -p Personal 'sudo mkdir /media/Secure'
qvm-run -p Personal 'sudo mount /dev/xvdi /media/Secure'