Skip to content

muvm --privileged should have its own XDG_RUNTIME_DIR #184

@kitlith

Description

@kitlith

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions