From 64662d40d4e4d16762b1e640f6b26f1f3e8ec8b0 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 11 Sep 2015 17:41:29 +0200 Subject: [runvirt] systemd-run_virt_env: missing a+ in chmod command on /tmp/virt --- remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules') 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) -- cgit v1.2.3-55-g7522