diff --git a/jwm/customizeChroot b/jwm/customizeChroot
index ac26d0ee5655b3ba42da26a7f6cc654ffd609b39..7115d6ced9dc11068028345eeb901583bd1ecff1 100755
--- a/jwm/customizeChroot
+++ b/jwm/customizeChroot
@@ -57,7 +57,7 @@ config(){
 	out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
 	su "${NEWUSER}" -c "66-tree -Ecn graphics"
 	# creation of the live/state/uid to avoid crash
-	mkdir -p 755 /run/66/state/$(id -u)
+	mkdir -p -m1777 /run/66/
 	out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
 	su "${NEWUSER}" -c "66-enable -t graphics dbus-user xdg-user-dirs"
 }