summaryrefslogtreecommitdiff
path: root/packages/udev/udev_097.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-18 01:28:43 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-18 01:28:43 +0000
commitdf5e6aef5a144a42bd9d42d514ed8d518671ea4d (patch)
treecfb79d7f42c18dc8026bdee43f5b22014dcf889a /packages/udev/udev_097.bb
parentf83673e5d989c0259dbf615edaf64a4d6169b46c (diff)
udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.
* Like ramdisk the stupid script spit tens of megabytes to a "device", without checking if it exists. * Generall, /dev should contains only devices, typical size - tens of Kb.
Diffstat (limited to 'packages/udev/udev_097.bb')
-rw-r--r--packages/udev/udev_097.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/udev/udev_097.bb b/packages/udev/udev_097.bb
index 2af5556dbd..9ed0701418 100644
--- a/packages/udev/udev_097.bb
+++ b/packages/udev/udev_097.bb
@@ -8,7 +8,7 @@ used to detect the type of a file system and read its metadata."
DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
needed to link programs with libvolume_id."
-PR = "r7"
+PR = "r8"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \