Closed
Description
What happened?
After resuming a previously created devcontainer in github Codespaces, the user does not have access to /dev/kvm
What did you expect to happen?
It is expected that the user has access to /dev/kvm
Steps to reproduce the behavior
- Create new codespace in Github
- Check access to /dev/kvm - has access
- Stop the codespace
- Start the codespace
- The user does not have access to /dev/kvm anymore
Hyperlight Version
0.1.0
OS version
On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
On Windows:
C:\> cmd /c ver
# paste output here
Additional Information
By running a chown/chmod
command to change permissions for the running user, the issue is solved.
This needs to be done every time the container is closed.
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress