diff options
| -rwxr-xr-x | remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env b/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env index 2d1ceb0f..b8236600 100755 --- a/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env +++ b/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env @@ -53,7 +53,7 @@ mount -n -t msdos -o loop,umask=000 "${VMCHOOSER_DIR}/data/loopimg/fd.img" "${VM # setup more scratch space for virtual machines, if configured mkdir -p /tmp/virt /var/log/samba /run/samba -chmod +rwxt /tmp/virt +chmod a+rwxt /tmp/virt # enable normal users to setup the extended virtual machine redo file space # and image source via network block device (NBD only at the moment) |
