Keeping in mind #183 ``` kitlith@quillian:~$ muvm -i -- sh -c 'id; echo $XDG_RUNTIME_DIR' uid=1000(kitlith) gid=1000(kitlith) groups=1000(kitlith) /tmp/muvm-run-1000-YOz47f ``` ``` kitlith@quillian:~$ muvm -i --privileged -- sh -c 'id; echo $XDG_RUNTIME_DIR' uid=0(root) gid=0(root) groups=0(root) /tmp/muvm-run-1000-YOz47f ``` I would instead expect there to be a `/tmp/muvm-run-0-<whatever>` when running as root inside the VM.