From f269743dccbbca8b462fdfb4997f74edfd9dc3ba Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Wed, 7 Jun 2023 15:05:12 +0200 Subject: [PATCH] Add comment. --- .../templates/Standard-VM-latest.ftl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml b/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml index 8a5e3fd..e576c8d 100644 --- a/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml +++ b/org.jdrupes.vmoperator.runner.qemu/templates/Standard-VM-latest.ftl.yaml @@ -27,6 +27,7 @@ - "-no-user-config" # * https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt - [ "-global", "kvm-pit.lost_tick_policy=delay" ] + # * Allow spawn for network setup (tap/bridge) - [ "-sandbox", "on,obsolete=deny,elevateprivileges=deny,\ spawn=allow,resourcecontrol=deny" ] - [ "-msg", "timestamp=on" ]