Skip to content

muvm --privileged only works if it isn't creating the VM. #183

@kitlith

Description

@kitlith

No currently running instance of the VM:

kitlith@quillian:~$ muvm -it --privileged -- id
No IPv6 nameserver available for NDP/DHCPv6
uid=1000(kitlith) gid=1000(kitlith) groups=1000(kitlith)

An already running instance of the VM: (i.e. started via muvm -it - bash in another shell)

kitlith@quillian:~$ muvm -it --privileged -- id
uid=0(root) gid=0(root) groups=0(root)

Ran into this while taking a look at waydroid, as the other blockers I was aware of have mostly been resolved at this point (of course, it then fails when trying to load kernel modules).

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