mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-24 12:22:20 +00:00
qemu: assume seccomp sandbox is supported since qemu 1.2
Currently there is no way to detect it via QMP and requesting "-sandbox off" works correctly even if it was compiled out, so this will work unless someone both requests the sandbox in qemu.conf and builds QEMU without the support for it.
This commit is contained in:
parent
c2fbb3c656
commit
6543a459ef
@ -2283,6 +2283,7 @@ qemuCapsInitQMPBasic(qemuCapsPtr caps)
|
||||
qemuCapsSet(caps, QEMU_CAPS_WAKEUP);
|
||||
qemuCapsSet(caps, QEMU_CAPS_NO_USER_CONFIG);
|
||||
qemuCapsSet(caps, QEMU_CAPS_NETDEV_BRIDGE);
|
||||
qemuCapsSet(caps, QEMU_CAPS_SECCOMP_SANDBOX);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user