Compare commits
2 commits
196c486c24
...
5ec888b652
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ec888b652 | |||
| d58ea80b3f |
2 changed files with 7 additions and 1 deletions
6
TODO.md
Normal file
6
TODO.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# TODO
|
||||
|
||||
- Implement sandboxing for cloud-hypervisor
|
||||
- Implement sandboxing for vhost-user-sound
|
||||
- Get OpenGL working with vhost-user-gpu
|
||||
- Get Vulkan working with vhost-user-gpu
|
||||
|
|
@ -626,7 +626,7 @@ in
|
|||
];
|
||||
MountAPIVFS = true;
|
||||
|
||||
PrivateDevices = true;
|
||||
#PrivateDevices = true;
|
||||
DeviceAllow = [
|
||||
"/dev/dri rw"
|
||||
"/dev/udmabuf rw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue