summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/permissions/2747
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/permissions/2747')
-rw-r--r--results/classifier/gemma3:12b/permissions/274710
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/permissions/2747 b/results/classifier/gemma3:12b/permissions/2747
new file mode 100644
index 000000000..032972731
--- /dev/null
+++ b/results/classifier/gemma3:12b/permissions/2747
@@ -0,0 +1,10 @@
+
+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`