diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-18 01:28:43 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-18 01:28:43 +0000 |
commit | df5e6aef5a144a42bd9d42d514ed8d518671ea4d (patch) | |
tree | cfb79d7f42c18dc8026bdee43f5b22014dcf889a /packages/udev/udev_100.bb | |
parent | f83673e5d989c0259dbf615edaf64a4d6169b46c (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_100.bb')
-rw-r--r-- | packages/udev/udev_100.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/udev/udev_100.bb b/packages/udev/udev_100.bb index bef4cb7301..cebd494116 100644 --- a/packages/udev/udev_100.bb +++ b/packages/udev/udev_100.bb @@ -9,7 +9,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 = "r6" +PR = "r7" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ |