From df5e6aef5a144a42bd9d42d514ed8d518671ea4d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 18 Jun 2007 01:28:43 +0000 Subject: 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. --- packages/udev/udev_097.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/udev/udev_097.bb') 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 \ -- cgit v1.2.3