mirage / mirage-qubes

Mirage support for writing QubesOS AppVM unikernels
BSD 2-Clause "Simplified" License
62 stars 11 forks source link

Implement doing qrexec calls #23

Closed reynir closed 4 years ago

reynir commented 6 years ago

It seems the API only implements receiving qrexec calls. Please correct me if I'm wrong.

talex5 commented 6 years ago

Yes, the RExec module currently implements the agent - a service that listens for incoming requests. Presumably you can just make your own outbound connection if you want to act as a client, although it might make sense to put some helpers for that in this module too.

hannesm commented 4 years ago

this has been addressed in #39