Add -lxc keyword to urandom script

Urandom should not run in lxc containers since it is provided by the
host.

Reported-by: <walter@pratyeka.org>
X-Gentoo-Bug: 436270
X-Gentoo-Bug-URL: http://bugs.gentoo.org/436270
This commit is contained in:
William Hubbs 2012-09-26 11:51:34 -05:00
parent c08b1a6a32
commit 7d8dca7b78
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ description="Initializes the random number generator."
depend()
{
need localmount
keyword -jail -openvz -prefix
keyword -jail -lxc -openvz -prefix
}
save_seed()