talex5 / wayland-proxy-virtwl

Allow guest VMs to open windows on the host
Apache License 2.0
114 stars 12 forks source link

FR: strictly validate requests made to compositor #90

Open DemiMarie opened 4 months ago

DemiMarie commented 4 months ago

In Qubes OS, the host compositor is likely to be outdated and written in C or C++. To ensure security, an instance of wayland-proxy-virtwl will be running on the host, and it will ensure that only valid requests within certain limits reach the compositor.

I plan to contribute these changes upstream if you are interested.