From 7d8dca7b7816ccb95f86bf3f3206634597cbdc81 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 26 Sep 2012 11:51:34 -0500 Subject: Add -lxc keyword to urandom script Urandom should not run in lxc containers since it is provided by the host. Reported-by: X-Gentoo-Bug: 436270 X-Gentoo-Bug-URL: http://bugs.gentoo.org/436270 --- init.d/urandom.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/urandom.in b/init.d/urandom.in index bc48066..2dfe1cc 100644 --- a/init.d/urandom.in +++ b/init.d/urandom.in @@ -8,7 +8,7 @@ description="Initializes the random number generator." depend() { need localmount - keyword -jail -openvz -prefix + keyword -jail -lxc -openvz -prefix } save_seed() -- cgit v1.2.3