aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2013-01-01 11:47:45 -0500
committerRobin H. Johnson <robbat2@gentoo.org>2013-06-14 14:43:29 +0000
commit9c77a375decc75af4c80c29a29d1d6f13f42d8fa (patch)
tree259bf01d66e7ea890f3ea439c3a1ebd54c62501e
parentAdd ehci-pci to MODULES_USB, needed by 3.8 kernels, see bug #458606 (diff)
downloadgenkernel-9c77a375decc75af4c80c29a29d1d6f13f42d8fa.tar.gz
genkernel-9c77a375decc75af4c80c29a29d1d6f13f42d8fa.tar.bz2
genkernel-9c77a375decc75af4c80c29a29d1d6f13f42d8fa.zip
Add sysctl to busybox
sysctl is necessary to modify chroot restrictions when performing recovery operations on Gentoo Hardened systems. Reported-by: Matthew Thode <prometheanfire@gentoo.org> Signed-off-by: Richard Yao <ryao@gentoo.org>
-rw-r--r--defaults/busy-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/busy-config b/defaults/busy-config
index 2b9a4c45..f086b143 100644
--- a/defaults/busy-config
+++ b/defaults/busy-config
@@ -907,7 +907,7 @@ CONFIG_PS=y
# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set
# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set
# CONFIG_RENICE is not set
-# CONFIG_BB_SYSCTL is not set
+CONFIG_BB_SYSCTL=y
# CONFIG_TOP is not set
# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
# CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS is not set