udev: blacklist mmcblk mounting for SHR
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 19 Feb 2010 13:25:26 +0000 (14:25 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 19 Feb 2010 13:30:53 +0000 (14:30 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/udev/files/shr/mount.blacklist [new file with mode: 0644]
recipes/udev/udev_151.bb

diff --git a/recipes/udev/files/shr/mount.blacklist b/recipes/udev/files/shr/mount.blacklist
new file mode 100644 (file)
index 0000000..117ac9b
--- /dev/null
@@ -0,0 +1,4 @@
+/dev/loop
+/dev/ram
+/dev/mtdblock
+/dev/mmcblk
index 3b476a6..051d6d4 100644 (file)
@@ -6,6 +6,8 @@ LICENSE = "GPL"
 # Untested
 DEFAULT_PREFERENCE = "-1"
 
+PR = "r1"
+
 # Needed for udev-extras
 DEPENDS = "gperf-native usbutils acl glib-2.0"