From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 313B2138202 for ; Mon, 3 Jun 2013 23:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A389BE087F; Mon, 3 Jun 2013 23:49:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07D35E087F for ; Mon, 3 Jun 2013 23:49:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C203E33DF13 for ; Mon, 3 Jun 2013 23:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6D38CE468F for ; Mon, 3 Jun 2013 23:49:49 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1370303345.1c19d8a9c6baee1e418275d3106726472992718b.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/busy-config X-VCS-Directories: defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 1c19d8a9c6baee1e418275d3106726472992718b X-VCS-Branch: master Date: Mon, 3 Jun 2013 23:49:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c26c41e-966c-4c1f-92c6-ffae4d72b79a X-Archives-Hash: 0f285b430a4694fd843527e453cde7cf Message-ID: <20130603234949.LZxBZZgLw3R4asjpCxQooXI4wGBW0G-kI_XiCKDZLTQ@z> commit: 1c19d8a9c6baee1e418275d3106726472992718b Author: Richard Yao gentoo org> AuthorDate: Tue Jan 1 16:47:45 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Mon Jun 3 23:49:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=1c19d8a9 Add sysctl to busybox sysctl is necessary to modify chroot restrictions when performing recovery operations on Gentoo Hardened systems. Reported-by: Matthew Thode gentoo.org> Signed-off-by: Richard Yao gentoo.org> --- defaults/busy-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/busy-config b/defaults/busy-config index 2b9a4c4..f086b14 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