You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/qrexec-policy-daemon.rst
+10-13
Original file line number
Diff line number
Diff line change
@@ -20,26 +20,23 @@ Optional arguments:
20
20
- assume_yes_for_ask=yes
21
21
- just_evaluate=yes
22
22
23
+
End of request is always an empty line.
23
24
24
25
Response
25
26
--------
26
27
27
-
`result=allow/deny`
28
+
result=allow/deny
28
29
30
+
All responses that do not start with result=allow or result=deny are incorrect and will be rejected.
29
31
Any possible extensions may be placed on next lines.
30
-
All responses that do not start with `result=allow` or `result=deny` are
31
-
incorrect and will be rejected.
32
-
33
-
End of request is always an empty line.
34
32
Response is always terminated by EOF.
35
33
34
+
- result=allow requires autostart= and either target= or target_uuid= extensions.
35
+
- result=deny forbids autostart=, target= and target_uuid= extensions.
36
+
36
37
Extensions include:
37
38
38
-
- `target=`: Name of the target, optionally preceded by `@dispvm:`
39
-
`@dispvm:` prefix means that this is a disposable VM template and a new disposable VM will be created automatically.
40
-
In allow responses, ignored if `target_uuid=` is present, required otherwise.
41
-
Forbidden in deny responses.
42
-
- `autostart=`: `True` to automatically start the VM, `False` to not start it.
43
-
Anything else is invalid.
44
-
Required in allow responses, forbidden in deny responses.
45
-
- `requested_target=`: Normalized version of the target domain.
39
+
- target=: The name of the target domain. If prefixed with @dispvm:, it indicates a disposable VM template, and a new disposable VM will be created automatically.
40
+
- target_uuid=: The UUID of the target domain.
41
+
- autostart=: True to automatically start the VM, False to not start it. Anything else is invalid.
42
+
- requested_target=: Normalized version of the target domain.
0 commit comments