feat: Add support for running qemu-guest-agent in machine#175
feat: Add support for running qemu-guest-agent in machine#175ninja-quokka wants to merge 1 commit intocontainers:mainfrom
Conversation
ninja-quokka
commented
Aug 25, 2025
Signed-off-by: Lewis Roy <lewis@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ninja-quokka The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| RUN --mount=type=bind,source=/qemuga-vsock.te,target=/run/qemuga-vsock.te,z <<EOF | ||
| /usr/bin/checkmodule -M -m -o /run/qemuga-vsock.mod /run/qemuga-vsock.te | ||
| /usr/bin/semodule_package -o /run/qemuga-vsock.pp -m /run/qemuga-vsock.mod |
There was a problem hiding this comment.
I'd rather do this in a build step so we don't need to install the checkpolicy package.
I could include the compiled qemuga-vsock.pp, it can be read with tools like sedismod but I think as a rule it's better to not include compiled files.
Luap99
left a comment
There was a problem hiding this comment.
What is the goal here? qemu is only used for linux so how will that help on other providers?