mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-12-31 00:36:34 +00:00
otherwise, long kvm commands lead to systemd unit files with very long lines, with confuses the systemd unit file parser. apparently systemd has a length limit for unit file lines and (line-)breaks the description string at that point. since the rest of the description is probably not a valid key/value pair, this leads to warnings. the default semantics of systemd-run is to use the executed command as description unless a description is specified explicitly. note that this behaviour of systemd could allow an attacker with access to the VM configuration to craft a kvm commandline that starts or stops arbitrary systemd units. |
||
|---|---|---|
| PVE | ||
| test | ||
| .gitignore | ||
| changelog.Debian | ||
| control.in | ||
| copyright | ||
| Makefile | ||
| modules-load.conf | ||
| pcitest.pl | ||
| pve-bridge | ||
| pve-bridge-hotplug | ||
| pve-bridgedown | ||
| pve-q35.cfg | ||
| pve-usb.cfg | ||
| qm | ||
| qmextract | ||
| qmrestore | ||
| sparsecp.c | ||
| triggers | ||
| utils.c | ||
| vmtar.c | ||