From 9de2db86b581cb0553d92c41191a53f35a67290b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 6 Nov 2011 02:36:15 +0100 Subject: debian/patches/random-default-fast.patch: Set default randomness to fast, until we set up a daemon to feed /dev/random with entropy. --- debian/patches/random-default-fast.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/random-default-fast.patch (limited to 'debian/patches') diff --git a/debian/patches/random-default-fast.patch b/debian/patches/random-default-fast.patch new file mode 100644 index 00000000..555b3045 --- /dev/null +++ b/debian/patches/random-default-fast.patch @@ -0,0 +1,13 @@ +diff --git a/random/random.c b/random/random.c +index 0ae31f5..c732356 100644 +--- a/random/random.c ++++ b/random/random.c +@@ -50,7 +50,7 @@ struct condition select_alert; /* For read and select. */ + numbers. + 2: Strong random numbers with a somewhat guaranteed entropy. + */ +-#define DEFAULT_LEVEL 2 ++#define DEFAULT_LEVEL 1 + static int level = DEFAULT_LEVEL; + + /* Name of file to use as seed. */ diff --git a/debian/patches/series b/debian/patches/series index b0778a46..6533d49a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -30,3 +30,4 @@ libdiskfs_self-reauth.patch libdiskfs_sync.patch libpthread_globsigdisp.patch posix-sigcodes.patch +random-default-fast.patch -- cgit v1.2.3