Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:ryao commit in: defaults/
Date: Tue, 01 Jan 2013 16:53:33
Message-Id: 1357058962.02f271d59f5d729e73de88204b0dc41d12ac6813.ryao@gentoo
1 commit: 02f271d59f5d729e73de88204b0dc41d12ac6813
2 Author: Richard Yao <ryao <AT> cs <DOT> stonybrook <DOT> edu>
3 AuthorDate: Tue Jan 1 16:47:45 2013 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 16:49:22 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=02f271d5
7
8 Add sysctl to busybox
9
10 sysctl is necessary to modify chroot restrictions when performing
11 recovery operations on Gentoo Hardened systems.
12
13 Reported-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
15
16 ---
17 defaults/busy-config | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/defaults/busy-config b/defaults/busy-config
21 index 2b9a4c4..f086b14 100644
22 --- a/defaults/busy-config
23 +++ b/defaults/busy-config
24 @@ -907,7 +907,7 @@ CONFIG_PS=y
25 # CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set
26 # CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set
27 # CONFIG_RENICE is not set
28 -# CONFIG_BB_SYSCTL is not set
29 +CONFIG_BB_SYSCTL=y
30 # CONFIG_TOP is not set
31 # CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
32 # CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS is not set