.xinitrc: Changed chmod for /tmp/currentuser and /tmp/currentuid to 777
authorMichael Mrozek <EvilDragon@openpandora.de>
Sat, 12 Nov 2011 01:38:49 +0000 (02:38 +0100)
committerMichael Mrozek <EvilDragon@openpandora.de>
Sat, 12 Nov 2011 01:38:49 +0000 (02:38 +0100)
recipes/pandora-system/pandora-skel/.xinitrc

index 9caa08c..50b2e6b 100644 (file)
@@ -44,6 +44,8 @@ xmodmap ~/.pndXmodmap
 #Write the current user into /tmp/currentuser for any scripts or programs who want to make use of it
 whoami > /tmp/currentuser
 id -u > /tmp/currentuid
+chmod 777 /tmp/currentuser
+chmod 777 /tmp/currentuid
 
 # HUP pndnotifyd to make sure it picks up the users home.
 killall -1 pndnotifyd &