]> git.enpas.org Git - openwrt.git/commitdiff
[package] base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Nov 2010 00:28:15 +0000 (00:28 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Nov 2010 00:28:15 +0000 (00:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23908 3c298f89-4303-0410-b956-a3cf2f4a3e73

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() {