mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
Respond to WaitForSession commands
This commit is contained in:
parent
13138dc636
commit
03aca6b8b9
@ -23,4 +23,5 @@ let handler ~user:_ cmd flow =
|
||||
Flow.ewritef flow "%s [while processing %S]" s cmd >|= fun () -> 1 in
|
||||
match cmd with
|
||||
| "QUBESRPC qubes.SetDateTime dom0" -> set_date_time flow
|
||||
| "QUBESRPC qubes.WaitForSession none" -> return 0 (* Always ready! *)
|
||||
| cmd -> error "Unknown command %S" cmd
|
||||
|
Loading…
Reference in New Issue
Block a user