mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +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:
parent
1c842ef3d1
commit
95cc190b54
@ -44,5 +44,6 @@
|
|||||||
],
|
],
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--privileged"
|
"--privileged"
|
||||||
]
|
],
|
||||||
|
"postAttachCommand": "sudo chmod 666 /dev/kvm"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user