[package] base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Nov 2010 00:28:15 +0000 (00:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Nov 2010 00:28:15 +0000 (00:28 +0000)
SVN-Revision: 23908

package/base-files/files/lib/preinit/20_device_fs_mount

index 283aa0a9d18b5fb74ca90b57b8e4ea0730ccfe85..832b1cf399791a0d09feba8ec134a38ed6d2d3fe 100644 (file)
@@ -14,7 +14,7 @@ do_mount_devfs() {
 }
 
 do_mount_hotplug() {
-    mount -t tmpfs tmpfs /dev -o size=512K
+    mount -t tmpfs tmpfs /dev -o mode=0755,size=512K
 }
 
 do_mount_udev() {