From a645f094a567db58894e544d380f8822368d0d93 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Sun, 9 Dec 2012 05:49:40 -0900 Subject: [PATCH] make sure tmp has correct permissions --- livekitlib | 1 + 1 file changed, 1 insertion(+) diff --git a/livekitlib b/livekitlib index e7ce812..c071950 100644 --- a/livekitlib +++ b/livekitlib @@ -500,6 +500,7 @@ change_root() # make sure important device files and directories are in union mkdir -p boot dev proc sys tmp mnt run + chmod 1777 tmp if [ ! -e dev/console ]; then mknod dev/console c 5 1; fi if [ ! -e dev/tty ]; then mknod dev/tty c 5 0; fi if [ ! -e dev/tty0 ]; then mknod dev/tty0 c 4 0; fi