diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/instruction/2747 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/instruction/2747')
| -rw-r--r-- | results/classifier/105/instruction/2747 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/2747 b/results/classifier/105/instruction/2747 new file mode 100644 index 00000000..a8b5af92 --- /dev/null +++ b/results/classifier/105/instruction/2747 @@ -0,0 +1,22 @@ +instruction: 0.811 +device: 0.784 +network: 0.734 +graphic: 0.706 +semantic: 0.458 +other: 0.449 +vnc: 0.444 +mistranslation: 0.410 +boot: 0.311 +socket: 0.254 +KVM: 0.158 +assembly: 0.115 + +External snapshots are created world-readable when connecting via qemu+ssh://root +Description of problem: +External snapshots are created with world-readable permissions when connecting via `qemu+ssh://root`. +Steps to reproduce: +1. Create a VM over `qemu+ssh://root@$SERVER/system` +2. Create an external snapshot via virt-manager or with `virsh snapshot-create-as --domain testvm --name test --disk-only --diskspec vda,file=/var/lib/libvirt/images/test.qcow2 --atomic` +3. `ls -l /var/lib/libvirt/images/test.qcow2` +Additional information: +Issue doesn't seem to go away by adding `umask 077` in `$HOME/.profile` |
