[oe-commits] Koen Kooi : udev: Allow standard users to access shared memory (from poky)

git version control git at git.openembedded.org
Mon Jun 1 13:55:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e400d1a3f29cd22d3be2215370f5cced95266f7b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e400d1a3f29cd22d3be2215370f5cced95266f7b

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun  1 15:45:40 2009 +0200

udev: Allow standard users to access shared memory (from poky)

---

 recipes/udev/udev-141/init |    2 +-
 recipes/udev/udev_141.bb   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/udev-141/init b/recipes/udev/udev-141/init
index 7188b5a..facc4ab 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
diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb
index 040189f..44e6b4d 100644
--- a/recipes/udev/udev_141.bb
+++ b/recipes/udev/udev_141.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL"
 # Untested
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r9"
+PR = "r10"
 
 # needed for init.d script
 RDEPENDS_udev += "udev-utils"





More information about the Openembedded-commits mailing list