mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
build(devcontainer): potential fix for "failed to initialize kvm: Permission denied"
qemu-system-x86_64: Could not access KVM kernel module: Permission denied qemu-system-x86_64: failed to initialize kvm: Permission denied Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -44,5 +44,6 @@
|
||||
],
|
||||
"runArgs": [
|
||||
"--privileged"
|
||||
]
|
||||
],
|
||||
"postAttachCommand": "sudo chmod 666 /dev/kvm"
|
||||
}
|
||||
|
Reference in New Issue
Block a user