commit:     927a19a0beff92ee9cbe08b0722aaf805af2ecd7
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 18:22:38 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 03:06:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927a19a0

sys-kernel/spl-9999: Update kernel config reqs for grsec

compatibility with Grsec's HIDESYM has been fixed in a few released versions
already. RANDSTRUCT causes compile failures.

They are correct in the latest release ebuild but the live ebuild was
out of sync.

Package-Manager: portage-2.2.26

 sys-kernel/spl/spl-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/spl/spl-9999.ebuild b/sys-kernel/spl/spl-9999.ebuild
index 33e625f..bd16ada 100644
--- a/sys-kernel/spl/spl-9999.ebuild
+++ b/sys-kernel/spl/spl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -39,9 +39,9 @@ pkg_setup() {
        linux-info_pkg_setup
        CONFIG_CHECK="
                !DEBUG_LOCK_ALLOC
-               !GRKERNSEC_HIDESYM
-               MODULES
+               !GRKERNSEC_RANDSTRUCT
                KALLSYMS
+               MODULES
                !PAX_KERNEXEC_PLUGIN_METHOD_OR
                ZLIB_DEFLATE
                ZLIB_INFLATE

Reply via email to