Skip to content

Commit 76bfc75

Browse files
committed
docs(ins): add configuration information
1 parent ff2803e commit 76bfc75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/instances/reference-content/understanding-qemu-guest-agent.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ The QGA source code is publicly available in the [QEMU repository on GitLab](htt
2626
You can find the source code of the agent on Scaleway's [Launchpad repository](https://launchpad.net/~scaleway/+archive/ubuntu/stable/+packages).
2727
</Message>
2828

29+
## Which tasks are allowed for the QGA?
30+
31+
Scaleway has intentionally restricted the QGA to the following allowed tasks (configured in `/etc/qemu/qemu-ga.conf`):
32+
33+
* `guest-file-close`
34+
* `guest-file-open`
35+
* `guest-file-write`
36+
* `guest-ping`
37+
38+
All other Remote Procedure Calls (RPCs) are disabled to limit the scope of external execution from the QEMU hypervisor.
39+
2940
## What are the features provided by QGA?
3041

3142
Running the QEMU Guest Agent (QGA) on your Instance currently enables the following feature:

0 commit comments

Comments
 (0)