summaryrefslogtreecommitdiff
path: root/config/chroot_local-includes
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2017-11-05 14:49:15 +0100
committerHolger Paradies <retabell@gmx.de>2017-11-05 14:49:15 +0100
commita7c4091a0cee8555cdc9e4062339d73ee32c857e (patch)
treeb12e5befa239c7e9c9fc54b44a034c516b2cb238 /config/chroot_local-includes
parent6cf6a6fa203d2bbb9bb51fbe58ab7d4914dd2c45 (diff)
downloadkanotix-a7c4091a0cee8555cdc9e4062339d73ee32c857e.zip
kanotix-a7c4091a0cee8555cdc9e4062339d73ee32c857e.tar.gz
live config: set permissions
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-xconfig/chroot_local-includes/lib/live/config/9024-lxde-compositor2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor
index 67d7c61..0624de7 100755
--- a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor
+++ b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor
@@ -23,9 +23,11 @@ Configure_composit ()
if grep -qs "nocompiz" /proc/cmdline
then
touch /home/${LIVE_USERNAME}/.nocompiz
+ chown 1000:1000 /home/${LIVE_USERNAME}/.compiz
if [ -e /home/${LIVE_USERNAME}/.config/kwinrc ]; then
echo "[Compositing]" >>/home/${LIVE_USERNAME}/.config/kwinrc
echo "Enabled=false" >>/home/${LIVE_USERNAME}/.config/kwinrc
+ chown 1000:1000 /home/${LIVE_USERNAME}/.config/kwinrc
fi
fi
if grep -qs "awesome" /proc/cmdline