From e400d1a3f29cd22d3be2215370f5cced95266f7b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Jun 2009 15:45:40 +0200 Subject: udev: Allow standard users to access shared memory (from poky) --- recipes/udev/udev-141/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/udev/udev-141') diff --git a/recipes/udev/udev-141/init b/recipes/udev/udev-141/init index 7188b5a777..facc4ab652 100644 --- a/recipes/udev/udev-141/init +++ b/recipes/udev/udev-141/init @@ -32,7 +32,7 @@ echo -n "Starting udev" LANG=C awk "\$2 == \"/dev\" && \$4 == \"tmpfs\" { exit 1 }" /proc/mounts && { mount -n -o mode=0755 -t tmpfs none "/dev" mkdir -m 0755 /dev/pts - mkdir -m 0755 /dev/shm + mkdir -m 1777 /dev/shm } if [ "$DEVCACHE" != "" ]; then -- cgit 1.2.3-korg