diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-09-26 11:51:34 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-09-26 11:51:34 -0500 |
commit | 7d8dca7b7816ccb95f86bf3f3206634597cbdc81 (patch) | |
tree | dad18e90f1fb75f0a937cd7ba866cf7472b9f557 /init.d/urandom.in | |
parent | c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2 (diff) |
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
Diffstat (limited to 'init.d/urandom.in')
-rw-r--r-- | init.d/urandom.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/urandom.in b/init.d/urandom.in index bc48066b..2dfe1cc4 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() |