From abd6204d27e67ab1de2da74ec868aacbdd4401e3 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 10 Jun 2020 18:55:37 +0200 Subject: [PATCH] source: Fix file permissions Rust sources and some data files should not be executable. The perms are set to 644. Signed-off-by: Anatol Belski --- pci/src/configuration.rs | 0 pci/src/device.rs | 0 qcow/src/qcow.rs | 0 src/main.rs | 0 test_data/cloud-init/ubuntu/meta-data | 0 test_data/cloud-init/ubuntu/user-data | 0 vm-allocator/src/address.rs | 0 vm-allocator/src/system.rs | 0 vm-virtio/src/block.rs | 0 vm-virtio/src/console.rs | 0 vm-virtio/src/lib.rs | 0 vm-virtio/src/rng.rs | 0 vm-virtio/src/transport/pci_device.rs | 0 vmm/src/vm.rs | 0 14 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 pci/src/configuration.rs mode change 100755 => 100644 pci/src/device.rs mode change 100755 => 100644 qcow/src/qcow.rs mode change 100755 => 100644 src/main.rs mode change 100755 => 100644 test_data/cloud-init/ubuntu/meta-data mode change 100755 => 100644 test_data/cloud-init/ubuntu/user-data mode change 100755 => 100644 vm-allocator/src/address.rs mode change 100755 => 100644 vm-allocator/src/system.rs mode change 100755 => 100644 vm-virtio/src/block.rs mode change 100755 => 100644 vm-virtio/src/console.rs mode change 100755 => 100644 vm-virtio/src/lib.rs mode change 100755 => 100644 vm-virtio/src/rng.rs mode change 100755 => 100644 vm-virtio/src/transport/pci_device.rs mode change 100755 => 100644 vmm/src/vm.rs diff --git a/pci/src/configuration.rs b/pci/src/configuration.rs old mode 100755 new mode 100644 diff --git a/pci/src/device.rs b/pci/src/device.rs old mode 100755 new mode 100644 diff --git a/qcow/src/qcow.rs b/qcow/src/qcow.rs old mode 100755 new mode 100644 diff --git a/src/main.rs b/src/main.rs old mode 100755 new mode 100644 diff --git a/test_data/cloud-init/ubuntu/meta-data b/test_data/cloud-init/ubuntu/meta-data old mode 100755 new mode 100644 diff --git a/test_data/cloud-init/ubuntu/user-data b/test_data/cloud-init/ubuntu/user-data old mode 100755 new mode 100644 diff --git a/vm-allocator/src/address.rs b/vm-allocator/src/address.rs old mode 100755 new mode 100644 diff --git a/vm-allocator/src/system.rs b/vm-allocator/src/system.rs old mode 100755 new mode 100644 diff --git a/vm-virtio/src/block.rs b/vm-virtio/src/block.rs old mode 100755 new mode 100644 diff --git a/vm-virtio/src/console.rs b/vm-virtio/src/console.rs old mode 100755 new mode 100644 diff --git a/vm-virtio/src/lib.rs b/vm-virtio/src/lib.rs old mode 100755 new mode 100644 diff --git a/vm-virtio/src/rng.rs b/vm-virtio/src/rng.rs old mode 100755 new mode 100644 diff --git a/vm-virtio/src/transport/pci_device.rs b/vm-virtio/src/transport/pci_device.rs old mode 100755 new mode 100644 diff --git a/vmm/src/vm.rs b/vmm/src/vm.rs old mode 100755 new mode 100644