summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-08-21 11:40:59 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-02 15:02:11 -0500
commitae9acfaed8401dbff3393f82468adfc33a85acf1 (patch)
tree607359b7399eeec20cf052fe18355fcf9edf67a2
parent6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb (diff)
downloadopenrc-ae9acfaed8401dbff3393f82468adfc33a85acf1.tar.gz
openrc-ae9acfaed8401dbff3393f82468adfc33a85acf1.tar.bz2
openrc-ae9acfaed8401dbff3393f82468adfc33a85acf1.tar.xz
sysfs: add -lxc keyword
The sysfs filesystem should not be mounted inside a linux container. Reported-by: permeakra@gmail.com X-Gentoo-Bug: 425790 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=425790
-rw-r--r--init.d/sysfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/sysfs.in b/init.d/sysfs.in
index a90dab2..7d354e0 100644
--- a/init.d/sysfs.in
+++ b/init.d/sysfs.in
@@ -6,7 +6,7 @@ description="Mount the sys filesystem."
depend()
{
- keyword -prefix -vserver
+ keyword -lxc -prefix -vserver
}
mount_sys()