From: Ned Ludd Date: Sun, 29 Apr 2007 02:10:25 +0000 (+0000) Subject: - add urandom to global use. slows down apache and eats to much of our entropy otherwise X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ba8faf4b5eb263bcf5206d5d90df44134d0c9d1;p=gentoo.git - add urandom to global use. slows down apache and eats to much of our entropy otherwise --- diff --git a/profiles/hardened/make.defaults b/profiles/hardened/make.defaults index 73f38902b25a..44d94ad69833 100644 --- a/profiles/hardened/make.defaults +++ b/profiles/hardened/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.14 2007/03/08 15:50:08 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.15 2007/04/29 02:10:25 solar Exp $ STAGE1_USE="hardened pic" -USE="xorg" +USE="xorg urandom" INPUT_DEVICES="mouse keyboard" ALSA_CARDS="" ALSA_PCM_PLUGINS=""