From f9162438bca8c8449f1f663a60c47229f0c08316 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 26 Mar 2012 14:51:03 -0500 Subject: Add -lxc keyword to sysctl script for linux systems Kernel parameters should not be set from inside a lxc guest. Reported-by: Piotr Karbowski --- init.d/sysctl.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in index f4a06ff4..a64060f2 100644 --- a/init.d/sysctl.Linux.in +++ b/init.d/sysctl.Linux.in @@ -5,7 +5,7 @@ depend() { before bootmisc logger - keyword -vserver + keyword -lxc -vserver } start() -- cgit v1.2.3