blob: 3d14d30aa67e61e07a67112247416d2ac52853c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
permissions: 0.875
device: 0.784
network: 0.734
graphic: 0.706
files: 0.537
semantic: 0.458
other: 0.449
performance: 0.445
vnc: 0.444
PID: 0.426
debug: 0.424
boot: 0.311
socket: 0.254
KVM: 0.158
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`
|